BaseState

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

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
open override fun onCame(event: Event)
Link copied to clipboard
open override fun onWent(event: Event)