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