AbstractState

abstract class AbstractState(val alertState: AlertState, onCameAction: (event: Event) -> Unit? = null, onWentAction: (event: Event) -> Unit? = null)

Inheritors

Constructors

Link copied to clipboard
constructor(alertState: AlertState, onCameAction: (event: Event) -> Unit? = null, onWentAction: (event: Event) -> Unit? = null)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun onCame(event: Event)
Link copied to clipboard
abstract fun onWent(event: Event)