GCKApplicationMetadata Class

  • GCKApplicationMetadata provides information about a receiver application, including its unique ID, display name, and supported namespaces.

  • It includes details about the counterpart sender application, such as its identifier and launch URL, if available.

  • The class contains an array of GCKImage objects representing the application's icon images.

  • It also includes a GCKSenderApplicationInfo object for comprehensive information about the sender application.

GCKApplicationMetadata Class Reference

Overview

Information about a receiver application.

Inherits NSObject. Implements <NSCopying>.

Instance Method Summary

(NSString *__nullable) 
The identifier (app ID) of the sender application that is the counterpart to the receiver application, if any. More...
(NSURL *__nullable) 
The launch URL (URL scheme) for the sender application that is the counterpart to the receiver application, if any. More...

Property Summary

NSString * 
The application's unique ID. More...
NSString * 
The application's name, in a format that is appropriate for display. More...
NSArray< GCKImage * > * 
Any icon images for the application, as an array of GCKImage objects. More...
NSArray< NSString * > * 
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...

Method Detail

- (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.

Property Detail

- (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.

- (NSArray< GCKImage *>*) images
read nonatomic copy

Any icon images for the application, as an array of GCKImage objects.

- (NSArray<NSString *>*) namespaces
read nonatomic copy

The set of protocol namespaces supported by this application.

- ( GCKSenderApplicationInfo *) senderApplicationInfo
read nonatomic copy

Information about the sender application that is the counterpart to the receiver application, if any.

Design a Mobile Site
View Site in Mobile | Classic
Share by: