DetectorModelOnEnter

data class DetectorModelOnEnter(val events: List<DetectorModelEvent>? = null)

When entering this state, perform these actions if the condition is TRUE.

Constructors

Link copied to clipboard
constructor(events: List<DetectorModelEvent>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the actions that are performed when the state is entered and the condition is TRUE.