Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2023/12/02 (UTC).
[null,null,["Dernière mise à jour le 2023/12/02 (UTC)."],[[["`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."]]],["The `UserActionState` class represents the state of a user action related to media. It's created using a `UserAction` parameter which cannot be null. It has two properties: `userAction`, which holds the user's action, and `customData`, which is an optional field for application-specific data. This data structure is utilized to manage and convey information about specific media user interactions.\n"]]