okcore / winkit.android.okcore.uielements / CoreActivity
CoreActivity
open class CoreActivity : AppCompatActivity, CoreUi
The AppCompatActivity that implements CoreUi interface. Cancel all ui requests on onDestroy event
Constructors
| Name | Summary |
|---|---|
| <init> | CoreActivity()The AppCompatActivity 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 |