AI-generated Key Takeaways
-
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
, andnamespaces
to utilize app metadata. -
It also offers methods like
senderAppIdentifier
andsenderAppLaunchURL
for retrieving sender application details. -
The class inherits from
NSObject
and conforms to theNSCopying
protocol for object copying.
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.