Classe GCKSenderApplicationInfo
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
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 2025-07-25 UTC.
[null,null,["Ultimo aggiornamento 2025-07-25 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGCKSenderApplicationInfo\u003c/code\u003e class provides information about a sender application, such as its platform, unique identifier, and launch URL.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eNSObject\u003c/code\u003e and conforms to the \u003ccode\u003eNSCopying\u003c/code\u003e protocol.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eplatform\u003c/code\u003e identifies the sender application's operating system (iOS, Android, etc.).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eappIdentifier\u003c/code\u003e is the sender application's unique ID (bundle ID on iOS, package name on Android).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003elaunchURL\u003c/code\u003e represents the URL scheme used to launch the sender application.\u003c/p\u003e\n"]]],["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"],null,["# GCKSenderApplicationInfo Class\n\n[Properties](#properties) \nGCKSenderApplicationInfo Class Reference \n\nOverview\n--------\n\nInformation about a sender application.\n\nInherits NSObject. Implements \\\u003cNSCopying\\\u003e.\n\n|---------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|\n| Property Summary ---------------- ||\n| [GCKSenderApplicationInfoPlatform](/cast/docs/reference/ios/g_c_k_sender_application_info_8h#a3e40c6eed9df4753d76899cee39a343f) | [platform](/cast/docs/reference/ios/interface_g_c_k_sender_application_info#afc9e018399a38798042f9c414ab18f9f) |\n| | The sender application's platform. [More...](#afc9e018399a38798042f9c414ab18f9f) |\n| ||\n| NSString \\* | [appIdentifier](/cast/docs/reference/ios/interface_g_c_k_sender_application_info#a7bb1bd510a345fb833c9c036d7ed5966) |\n| | The sender application's unique identifier (app ID). [More...](#a7bb1bd510a345fb833c9c036d7ed5966) |\n| ||\n| NSURL \\* | [launchURL](/cast/docs/reference/ios/interface_g_c_k_sender_application_info#a550925ed4904e82710f3da3782c8496e) |\n| | The sender application's launch URL (URL scheme). [More...](#a550925ed4904e82710f3da3782c8496e) |\n| ||\n\nProperty Detail\n---------------\n\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------|\n| |----------------------------------------------------------------------------------------------------------------------------------------------| | - ([GCKSenderApplicationInfoPlatform](/cast/docs/reference/ios/g_c_k_sender_application_info_8h#a3e40c6eed9df4753d76899cee39a343f)) platform | | readnonatomicassign |\n\nThe sender application's platform. \n\n|-------------------------------------------------------------------|-------------------|\n| |------------------------------| | - (NSString\\*) appIdentifier | | readnonatomiccopy |\n\nThe sender application's unique identifier (app ID). \n\n|-----------------------------------------------------|---------------------|\n| |-----------------------| | - (NSURL\\*) launchURL | | readnonatomicstrong |\n\nThe sender application's launch URL (URL scheme)."]]