GCKApplicationMetadata Class
Stay organized with collections
Save and categorize content based on your preferences.
outlined_flag
GCKApplicationMetadata provides information about a receiver application, inheriting from NSObject and implementing NSCopying.
Instance methods include accessing the sender application identifier and launch URL.
Properties include the application's unique ID, name, icon images, icon URL, supported namespaces, and information about the counterpart sender application.
Information about a receiver application.
Inherits NSObject. Implements <NSCopying>.
(nullable NSString *) - senderAppIdentifier
The identifier (app ID) of the sender application that is the counterpart to the receiver application, if any. More...
(nullable NSURL *) - senderAppLaunchURL
The launch URL (URL scheme) for 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.
[null,null,["Last updated 2024-09-18 UTC."],[],[]]