AI-generated Key Takeaways
-
GCKSenderApplicationInfo is a class reference providing information about a sender application.
-
It inherits from NSObject and implements NSCopying.
-
Key properties include platform, appIdentifier (unique app ID), and launchURL (URL scheme).
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).