GCKApplicationMetadata Class

GCKApplicationMetadata Class Reference

Overview

Information about a receiver application.

Inherits NSObject. Implements <NSCopying>.

Instance Method Summary

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

Property Summary

NSString * applicationID
 The application's unique ID. More...
 
NSString * applicationName
 The application's name, in a format that is appropriate for display. More...
 
NSArray< GCKImage * > * images
 Any icon images for the application, as an array of GCKImage objects. More...
 
NSURL * iconURL
 The icon URL for the application. More...
 
NSArray< NSString * > * namespaces
 The set of protocol namespaces supported by this application. More...
 
GCKSenderApplicationInfosenderApplicationInfo
 Information about the sender application that is the counterpart to the receiver application, if any. More...
 

Method Detail

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

Property Detail

- (NSString*) applicationID
readnonatomiccopy

The application's unique ID.

- (NSString*) applicationName
readnonatomiccopy

The application's name, in a format that is appropriate for display.

- (NSArray<GCKImage *>*) images
readnonatomiccopy

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

- (NSURL*) iconURL
readnonatomiccopy

The icon URL for the application.

Since
4.3.5
- (NSArray<NSString *>*) namespaces
readnonatomiccopy

The set of protocol namespaces supported by this application.

- (GCKSenderApplicationInfo*) senderApplicationInfo
readnonatomiccopy

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