GCKSenderApplicationInfo Class

  • The GCKSenderApplicationInfo class provides information about a sender application, such as its platform, unique identifier, and launch URL.

  • This class inherits from NSObject and conforms to the NSCopying protocol.

  • platform identifies the sender application's operating system (iOS, Android, etc.).

  • appIdentifier is the sender application's unique ID (bundle ID on iOS, package name on Android).

  • launchURL represents the URL scheme used to launch the sender application.

GCKSenderApplicationInfo Class Reference

Overview

Information about a sender application.

Inherits NSObject. Implements <NSCopying>.

Property Summary

GCKSenderApplicationInfoPlatform platform
 The sender application's platform. More...
 
NSString * appIdentifier
 The sender application's unique identifier (app ID). More...
 
NSURL * launchURL
 The sender application's launch URL (URL scheme). More...
 

Property Detail

- (GCKSenderApplicationInfoPlatform) platform
readnonatomicassign

The sender application's platform.

- (NSString*) appIdentifier
readnonatomiccopy

The sender application's unique identifier (app ID).

- (NSURL*) launchURL
readnonatomicstrong

The sender application's launch URL (URL scheme).