GCKApplicationMetadata Class Reference

Information about a receiver application. More...

#import <GCKApplicationMetadata.h>

+ Inheritance diagram for GCKApplicationMetadata:

Instance Methods

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

Properties

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

Detailed Description

Information about a receiver application.

Method Documentation

- (NSString * GCK_NULLABLE_TYPE) senderAppIdentifier

The identifier (app ID) of the sender application that is the counterpart to the receiver application, if any.

- (NSURL * GCK_NULLABLE_TYPE) senderAppLaunchURL

The launch URL (URL scheme) for the sender application that is the counterpart to the receiver application, if any.

Property Documentation

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

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


The documentation for this class was generated from the following file: