GCKApplicationMetadata Class

GCKApplicationMetadata Class Reference

Overview

Information about a receiver application.

Inherits NSObject. Implements <NSCopying>.

Instance Method Summary

(nullable NSString *) 
The identifier (app ID) of the sender application that is the counterpart to the receiver application, if any. More...
(nullable NSURL *) 
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...
NSURL * 
The icon URL for the application. 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

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

- (NSURL*) iconURL
read nonatomic copy

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.

- ( GCKSenderApplicationInfo *) senderApplicationInfo
read nonatomic copy

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

Create a Mobile Website
View Site in Mobile | Classic
Share by: