AI-generated Key Takeaways
-
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.
cast.framework. ActiveInputStateEventData
Receiver active input state changed event data.
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.