คลาส GCKApplicationMetadata
ข้อมูลเกี่ยวกับแอปพลิเคชันผู้รับ
รับค่า NSObject นำ <NSCopying> ไปใช้
- (NSString * __nullable) senderAppIdentifier |
|
|
|
ตัวระบุ (รหัสแอป) ของแอปพลิเคชันของผู้ส่งที่ตรงกับแอปพลิเคชันของผู้รับ (หากมี)
- (NSURL * __nullable) senderAppLaunchURL |
|
|
|
URL การเปิดตัว (รูปแบบ URL) สำหรับแอปพลิเคชันของผู้ส่งซึ่งเป็นคู่ของแอปพลิเคชันฝั่งผู้รับ หากมี
- (NSString*) applicationID |
|
readnonatomiccopy |
รหัสที่ไม่ซ้ำกันของแอปพลิเคชัน
- (NSString*) applicationName |
|
readnonatomiccopy |
ชื่อแอปพลิเคชันในรูปแบบที่เหมาะสําหรับแสดงผล
รูปภาพไอคอนของแอปพลิเคชัน เป็นอาร์เรย์ของออบเจ็กต์ GCKImage รายการ
- (NSArray<NSString *>*) namespaces |
|
readnonatomiccopy |
ชุดของเนมสเปซโปรโตคอลที่แอปพลิเคชันนี้รองรับ
ข้อมูลเกี่ยวกับแอปพลิเคชันของผู้ส่งซึ่งใช้ร่วมกับแอปพลิเคชันของผู้รับ (หากมี)
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2023-12-02 UTC
[null,null,["อัปเดตล่าสุด 2023-12-02 UTC"],[[["The `GCKApplicationMetadata` class provides information about a receiver application, such as its ID, name, icon images, and supported namespaces."],["It includes details about the sender application, like its identifier and launch URL, if available."],["This class inherits from `NSObject` and conforms to the `NSCopying` protocol."],["Developers can access properties like `applicationID`, `applicationName`, `images`, `namespaces`, and `senderApplicationInfo` to get insights into the application."],["Instance methods such as `senderAppIdentifier` and `senderAppLaunchURL` provide further information about the sender application."]]],[]]