מחלקה GCKApplicationMetadata
יורש את NSObject. מיישם את <NS Copy>.
|
(NSString *__nullable) | - senderAppIdentifier |
| המזהה (מזהה האפליקציה) של אפליקציית השולח שהוא המקבילה לאפליקציה של המקבל, אם יש כזו. עוד...
|
|
(NSURL *__nullable) | - senderAppLaunchURL |
| כתובת ה-URL להפעלה (סכימת כתובת URL) של אפליקציית השולח שהיא המקבילה לאפליקציה של המקבל, אם יש כזו. עוד...
|
|
- (NSString * __nullable) senderAppIdentifier |
|
|
|
המזהה (מזהה האפליקציה) של אפליקציית השולח שהוא המקבילה לאפליקציה של המקבל, אם יש כזו.
- (NSURL * __nullable) senderAppLaunchURL |
|
|
|
כתובת ה-URL להפעלה (סכימת כתובת URL) של אפליקציית השולח שהיא המקבילה לאפליקציה של המקבל, אם יש כזו.
- (NSString*) applicationID |
|
readnonatomiccopy |
המזהה הייחודי של האפליקציה.
- (NSString*) applicationName |
|
readnonatomiccopy |
שם האפליקציה, בפורמט המתאים לתצוגה.
תמונות סמלים כלשהן של האפליקציה, כמערך של GCKImage אובייקטים.
- (NSArray<NSString *>*) namespaces |
|
readnonatomiccopy |
קבוצת מרחבי השמות של הפרוטוקולים שהאפליקציה הזו תומכת בהם.
מידע על אפליקציית השולח שהיא המקבילה לאפליקציית המקבל, אם קיימת.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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."]]],[]]