toggle menu
viewmodel-pilot
0.3.3-SNAPSHOT
common
switch theme
search in API
components
/
com.mirego.pilot.components.lifecycle
/
PilotAppearanceLifecycle
Pilot
Appearance
Lifecycle
interface
PilotAppearanceLifecycle
Inheritors
PilotAppearanceLifecycleImpl
PilotAppearanceLifecycleViewModel
Members
Members & Extensions
Properties
first
On
Appear
Link copied to clipboard
abstract
var
firstOnAppear
:
Boolean
view
Appearance
Scope
Link copied to clipboard
abstract
var
viewAppearanceScope
:
CoroutineScope
?
Functions
on
Appear
Link copied to clipboard
abstract
fun
onAppear
(
coroutineScope
:
CoroutineScope
)
on
Appear
Link copied to clipboard
fun
PilotAppearanceLifecycle
.
onAppear
(
)
on
Appear
First
Link copied to clipboard
abstract
fun
onAppearFirst
(
)
on
Appear
Subsequent
Link copied to clipboard
abstract
fun
onAppearSubsequent
(
coroutineScope
:
CoroutineScope
)
on
Disappear
Link copied to clipboard
abstract
fun
onDisappear
(
)