AppStateHandler

interface AppStateHandler

Allows a component to respond to app state events from AppStateMonitor.

Inheritors

Functions

Link copied to clipboard
abstract fun onAppStateChanged(newAppState: AppState)

Called when the application state changes

Link copied to clipboard
abstract fun onMemoryWarning()

Called when the application receives a memory warning

Link copied to clipboard

Called when the network connection type is changed