okcore / winkit.android.okcore.uielements / CoreUi
CoreUi
interface CoreUi
Interface that define a ui object that can create requests and manage the call lifecycle
Functions
| Name | Summary |
|---|---|
| getCoreClient | abstract fun getCoreClient(): CoreClient |
| runOnUi | abstract fun runOnUi(runnable: Runnable): Unit |
Inheritors
| Name | Summary |
|---|---|
| CoreActivity | open class CoreActivity : AppCompatActivity, CoreUiThe AppCompatActivity that implements CoreUi interface. Cancel all ui requests on onDestroy event |
| CoreFragment | class CoreFragment : Fragment, CoreUiThe Fragment that implements CoreUi interface. Cancel all ui requests on onDestroy event |
| CoreIntentService | abstract class CoreIntentService : IntentService, CoreUiThe CoreIntentService that implements CoreUi interface. Cancel all ui requests on onDestroy event |