Detector Model State
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)