Observer

fun interface Observer(source)

Inheritors

Functions

Link copied to clipboard
abstract fun onStateChanged(event: Lifecycle.Event)