AI-generated Key Takeaways
- 
          cast.framework.messages.UserActionState represents the state of user actions for media within the Cast framework. 
- 
          It has a constructor UserActionStatethat takes a requireduserActionparameter.
- 
          The class includes properties like customDatafor optional app-specific data anduserActionto store the specific user action.
cast.framework.messages.  UserActionState
            Represents User Action state for media.
Constructor
UserActionState
new UserActionState(userAction)
| Parameter | |
|---|---|
| userAction | cast.framework.messages.UserAction Value must not be null. | 
Properties
customData
(non-null Object or undefined)
Optional app specific data.
userAction
non-null cast.framework.messages.UserAction
The user action.