Classe GCKSenderApplicationInfo
Informazioni sull'applicazione di un mittente.
Eredita NSObject. Implementa <NSCOPY>.
La piattaforma dell'applicazione del mittente.
- (NSString*) appIdentifier |
|
readnonatomiccopy |
L'identificatore univoco dell'applicazione del mittente (ID app).
L'URL di avvio dell'applicazione del mittente (schema URL).
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2023-12-02 UTC.
[null,null,["Ultimo aggiornamento 2023-12-02 UTC."],[[["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."]]],["The `GCKSenderApplicationInfo` class provides information about a sender application, inheriting from `NSObject` and implementing `NSCopying`. Key properties include: `platform`, representing the sender's platform; `appIdentifier`, a unique application ID; and `launchURL`, the application's launch URL scheme. These properties are accessed to identify and interact with the sender application. `platform` is a `GCKSenderApplicationInfoPlatform`, while `appIdentifier` is a string and `launchURL` is an `NSURL`.\n"]]