Lớp GCKSenderApplicationInfo
Thông tin về ứng dụng của người gửi.
Kế thừa NSObject. Triển khai <NSCopying>.
Nền tảng của ứng dụng của người gửi.
- (NSString*) appIdentifier |
|
readnonatomiccopy |
Giá trị nhận dạng duy nhất của ứng dụng gửi (mã ứng dụng).
URL chạy ứng dụng của người gửi (lược đồ URL).
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2023-12-02 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]