AppLifecycleEventCallback

Holds callbacks that will be triggered for specific Application lifecycle events.

Functions

Link copied to clipboard
open fun onAppBackground()

Called when the application goes to background.

Link copied to clipboard
open fun onAppForeground()

Called when the application comes to foreground.

Link copied to clipboard
open fun onAppPaused()

Called when the application view is in foreground but is obstructed by any other view.

Link copied to clipboard
open fun onAppResumed()

Called when the application view returns to being completely visible after being obstructed by any other view.