RuntimeUiControl
data class RuntimeUiControl(val sequence: Long, val presentation: UiPresentation, val inputPolicy: UiInputPolicy, val interactionMode: UiInteractionMode)(source)
Complete requested control state; a driver applies it atomically or rejects it without changing native state.
Constructors
Link copied to clipboard
constructor(sequence: Long, presentation: UiPresentation, inputPolicy: UiInputPolicy, interactionMode: UiInteractionMode)