Class: UserActionState

  • GCKApplicationMetadata provides comprehensive information about a Cast receiver application, including its ID, name, icon, and supported namespaces.

  • It includes details about the sender application, such as its identifier and launch URL, if available.

  • Developers can access properties like applicationID, applicationName, images, and namespaces to utilize app metadata.

  • It also offers methods like senderAppIdentifier and senderAppLaunchURL for retrieving sender application details.

  • The class inherits from NSObject and conforms to the NSCopying protocol for object copying.

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.