IKmpAppLifecycleObserver

Allows for retrieving/observing the current application state This is primarily for determining if the application is in the foreground or the background

Inheritors

Properties

Link copied to clipboard
abstract val lifecycle: StateFlow<KmpAppLifecycle>

Functions

Link copied to clipboard
abstract fun init(context: KmpAppLifecycleObserverContext)