DetectorModelState

data class DetectorModelState(val onEnter: DetectorModelOnEnter? = null, val onExit: DetectorModelOnExit? = null, val onInput: DetectorModelOnInput? = null, val stateName: String)

Information that defines a state of a detector.

Constructors

Link copied to clipboard
fun DetectorModelState(onEnter: DetectorModelOnEnter? = null, onExit: DetectorModelOnExit? = null, onInput: DetectorModelOnInput? = null, stateName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The name of the state.