AI-generated Key Takeaways
-
The
GCKSenderApplicationInfo
class provides information about a sender application, such as its platform, app ID, and launch URL. -
This class inherits from
NSObject
and implements theNSCopying
protocol. -
The
platform
property indicates the sender application's operating system (e.g., iOS, Android). -
appIdentifier
is a unique string that identifies the sender application. -
launchURL
represents the URL scheme used to launch the sender application.
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
|
readnonatomicassign |
The sender application's platform.
|
readnonatomiccopy |
The sender application's unique identifier (app ID).
|
readnonatomicstrong |
The sender application's launch URL (URL scheme).