GCKApplicationMetadata Class
Stay organized with collections
Save and categorize content based on your preferences.
Information about a receiver application.
Inherits NSObject. Implements <NSCopying>.
|
(NSString *__nullable) | - senderAppIdentifier |
| The identifier (app ID) of the sender application that is the counterpart to the receiver application, if any. More...
|
|
(NSURL *__nullable) | - senderAppLaunchURL |
| The launch URL (URL scheme) for the sender application that is the counterpart to the receiver application, if any. More...
|
|
- (NSString * __nullable) senderAppIdentifier |
|
|
|
The identifier (app ID) of the sender application that is the counterpart to the receiver application, if any.
- (NSURL * __nullable) senderAppLaunchURL |
|
|
|
The launch URL (URL scheme) for the sender application that is the counterpart to the receiver application, if any.
- (NSString*) applicationID |
|
readnonatomiccopy |
The application's unique ID.
- (NSString*) applicationName |
|
readnonatomiccopy |
The application's name, in a format that is appropriate for display.
Any icon images for the application, as an array of GCKImage objects.
- (NSArray<NSString *>*) namespaces |
|
readnonatomiccopy |
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."],[[["The `GCKApplicationMetadata` class provides information about a receiver application, such as its ID, name, icon images, and supported namespaces."],["It includes details about the sender application, like its identifier and launch URL, if available."],["This class inherits from `NSObject` and conforms to the `NSCopying` protocol."],["Developers can access properties like `applicationID`, `applicationName`, `images`, `namespaces`, and `senderApplicationInfo` to get insights into the application."],["Instance methods such as `senderAppIdentifier` and `senderAppLaunchURL` provide further information about the sender application."]]],[]]