renetik-android-event
renetik-android-event
/
renetik.android.event.registrations
/
CSHasContext
CSHas
Context
interface
CSHasContext
:
CSEventOwnerHasDestroy
Content copied to clipboard
Functions
Properties
Inheritors
Functions
later
Link copied to clipboard
open
fun
later
(
function
:
(
)
->
Unit
)
:
CSRegistration
Content copied to clipboard
open
fun
later
(
delayMilliseconds
:
Int
,
function
:
(
)
->
Unit
)
:
CSRegistration
Content copied to clipboard
on
Destroy
Link copied to clipboard
abstract
fun
onDestroy
(
)
Content copied to clipboard
on
Main
Link copied to clipboard
open
fun
<
T
:
Any
>
T
.
onMain
(
function
:
T
.
(
)
->
Unit
)
:
CSRegistration
?
Content copied to clipboard
Properties
context
Link copied to clipboard
abstract
val
context
:
Context
Content copied to clipboard
event
Destroy
Link copied to clipboard
abstract
val
eventDestroy
:
CSEvent
<
Unit
>
Content copied to clipboard
registrations
Link copied to clipboard
abstract
val
registrations
:
CSRegistrations
Content copied to clipboard
Inheritors
CSContext
Link copied to clipboard