GCKSenderApplicationInfo 类
继承 NSObject。实现 <NSCopy>。
- (NSString*) appIdentifier |
|
readnonatomiccopy |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-02。
[null,null,["最后更新时间 (UTC):2023-12-02。"],[[["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"]]