okcore / winkit.android.okcore.uielements
Package winkit.android.okcore.uielements
Types
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 |
CoreUi | interface CoreUi Interface that define a ui object that can create requests and manage the call lifecycle |