Class: ActiveInputStateEventData

  • ActiveInputStateEventData provides data about changes in the receiver's active input state.

  • It includes the activeInputState property, indicating the current state of the receiver's input.

  • Developers can use this event data to respond to changes in the receiver's input, such as switching between different input sources.

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.