Class: ActiveInputStateEventData

  • cast.framework.ActiveInputStateEventData is a class that provides data for receiver active input state changed events.

  • The constructor new ActiveInputStateEventData(activeInputState) is used to create an instance of this class, requiring an activeInputState parameter.

  • The activeInputState property holds the receiver input state, which is of type cast.framework.ActiveInputState and cannot be null.

Constructor

ActiveInputStateEventData

new ActiveInputStateEventData(activeInputState)

Parameter

activeInputState

cast.framework.ActiveInputState

Receiver input state.

Value must not be null.

Property

activeInputState

non-null cast.framework.ActiveInputState

Receiver input state.