Clase GCKSenderApplicationInfo
Información sobre la aplicación emisora.
Hereda NSObject. Implementa <NSCopy>.
La plataforma de la aplicación emisora.
- (NSString*) appIdentifier |
|
readnonatomiccopy |
El identificador único de la aplicación emisora (ID de la app)
La URL de inicio de la aplicación emisora (esquema de URL)
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2023-12-02 (UTC)
[null,null,["Última actualización: 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"]]