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... | |
GCKSenderApplicationInfo * | senderApplicationInfo |
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
|
readnonatomiccopy |
The application's unique ID.
|
readnonatomiccopy |
The application's name, in a format that is appropriate for display.
|
readnonatomiccopy |
Any icon images for the application, as an array of GCKImage objects.
|
readnonatomiccopy |
The icon URL for the application.
- Since
- 4.3.5
|
readnonatomiccopy |
The set of protocol namespaces supported by this application.
|
readnonatomiccopy |
Information about the sender application that is the counterpart to the receiver application, if any.