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, CoreUi
The AppCompatActivity that implements CoreUi interface. Cancel all ui requests on onDestroy event
CoreFragment class CoreFragment : Fragment, CoreUi
The Fragment that implements CoreUi interface. Cancel all ui requests on onDestroy event
CoreIntentService abstract class CoreIntentService : IntentService, CoreUi
The CoreIntentService that implements CoreUi interface. Cancel all ui requests on onDestroy event