airwallex-android
Toggle table of contents
6.3.1
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
airwallex-android
ui-core
/
com.airwallex.android.ui.composables
/
LifecycleEffect
Lifecycle
Effect
@
Composable
fun
LifecycleEffect
(
event
:
Lifecycle.Event
=
Lifecycle.Event.ON_ANY
,
skipCount
:
Int
=
0
,
onEvent
:
(
Lifecycle.Event
)
->
Unit
)