AI-generated Key Takeaways
-
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 anactiveInputState
parameter. -
The
activeInputState
property holds the receiver input state, which is of typecast.framework.ActiveInputState
and cannot be null.
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.