toggle menu
compose-multiplatform-lifecycle-tracker
ios
switch theme
search in API
lifecycletracker
/
com.multiplatform.lifecyle
/
NSLifecycleListener
NSLifecycle
Listener
ios
class
NSLifecycleListener
(
lifecycleTracker
:
LifecycleTracker
)
A listener for iOS lifecycle events.
Members
Constructors
NSLifecycle
Listener
Link copied to clipboard
ios
constructor
(
lifecycleTracker
:
LifecycleTracker
)
Functions
did
Become
Active
Link copied to clipboard
ios
fun
didBecomeActive
(
arg
:
<Error class: unknown class>
)
did
Enter
Background
Link copied to clipboard
ios
fun
didEnterBackground
(
arg
:
<Error class: unknown class>
)
will
Enter
Foreground
Link copied to clipboard
ios
fun
willEnterForeground
(
arg
:
<Error class: unknown class>
)
will
Resign
Active
Link copied to clipboard
ios
fun
willResignActive
(
arg
:
<Error class: unknown class>
)
will
Terminate
Link copied to clipboard
ios
fun
willTerminate
(
arg
:
<Error class: unknown class>
)