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)