GCKGönderenApplicationInfo Sınıfı
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Gönderen uygulamayla ilgili bilgiler.
NSObject öğesini devralır. <NSKopyalama> uygulanır.
Gönderen uygulamanın platformu.
- (NSString*) appIdentifier |
|
readnonatomiccopy |
Gönderen uygulamanın benzersiz tanımlayıcısı (uygulama kimliği).
Gönderen uygulamanın başlatma URL'si (URL şeması).
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[null,null,["Son güncelleme tarihi: 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)."]]