GCKApplicationMetadata Class
Stay organized with collections
Save and categorize content based on your preferences.
Information about a receiver application.
Inherits NSObject. Implements <NSCopying>.
The identifier (app ID) of the sender application that is the counterpart to the receiver application, if any. More...
The launch URL (URL scheme) for the sender application that is the counterpart to the receiver application, if any. More...
The application's unique ID. More...
The application's name, in a format that is appropriate for display. More...
Any icon images for the application, as an array of GCKImage
objects. More...
The icon URL for the application. More...
The set of protocol namespaces supported by this application. More...
Information about the sender application that is the counterpart to the receiver application, if any. More...
- (nullable NSString *) senderAppIdentifier |
|
|
|
The identifier (app ID) of the sender application that is the counterpart to the receiver application, if any.
- (nullable NSURL *) senderAppLaunchURL |
|
|
|
The launch URL (URL scheme) for the sender application that is the counterpart to the receiver application, if any.
- (NSString*) applicationID
read
nonatomic
copy
The application's unique ID.
- (NSString*) applicationName
read
nonatomic
copy
The application's name, in a format that is appropriate for display.
Any icon images for the application, as an array of GCKImage
objects.
The icon URL for the application.
- Since
- 4.3.5
- (NSArray<NSString *>*) namespaces
read
nonatomic
copy
The set of protocol namespaces supported by this application.
Information about the sender application that is the counterpart to the receiver application, if any.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003e\u003ccode\u003eGCKApplicationMetadata\u003c/code\u003e provides comprehensive information about a Cast receiver application, including its ID, name, icon, and supported namespaces.\u003c/p\u003e\n"],["\u003cp\u003eIt includes details about the sender application, such as its identifier and launch URL, if available.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can access properties like \u003ccode\u003eapplicationID\u003c/code\u003e, \u003ccode\u003eapplicationName\u003c/code\u003e, \u003ccode\u003eimages\u003c/code\u003e, and \u003ccode\u003enamespaces\u003c/code\u003e to utilize app metadata.\u003c/p\u003e\n"],["\u003cp\u003eIt also offers methods like \u003ccode\u003esenderAppIdentifier\u003c/code\u003e and \u003ccode\u003esenderAppLaunchURL\u003c/code\u003e for retrieving sender application details.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eNSObject\u003c/code\u003e and conforms to the \u003ccode\u003eNSCopying\u003c/code\u003e protocol for object copying.\u003c/p\u003e\n"]]],[],null,[]]