AI-generated Key Takeaways
-
cast.framework.messages.UserActionState represents the state of user actions for media within the Cast framework.
-
It has a constructor
UserActionState
that takes a requireduserAction
parameter. -
The class includes properties like
customData
for optional app-specific data anduserAction
to 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.