okcore / winkit.android.okcore.uielements / CoreIntentService
CoreIntentService
abstract class CoreIntentService : IntentService, CoreUi
The CoreIntentService that implements CoreUi interface. Cancel all ui requests on onDestroy event
Constructors
| Name | Summary |
|---|---|
| <init> | CoreIntentService(name: String)The CoreIntentService that implements CoreUi interface. Cancel all ui requests on onDestroy event |
Functions
| Name | Summary |
|---|---|
| getCoreClient | open fun getCoreClient(): CoreClient |
| onDestroy | open fun onDestroy(): Unit |
| runOnUi | open fun runOnUi(runnable: Runnable): Unit |