GCKSenderApplicationInfo.h File
Stay organized with collections
Save and categorize content based on your preferences.
Sender application platforms.
Enumerator |
---|
GCKSenderApplicationInfoPlatformAndroid |
Android.
|
GCKSenderApplicationInfoPlatformiOS |
iOS.
|
GCKSenderApplicationInfoPlatformChrome |
Chrome.
|
GCKSenderApplicationInfoPlatformOSX |
Mac OS X.
Reserved for future use.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eThis header file, \u003ccode\u003eGCKSenderApplicationInfo.h\u003c/code\u003e, defines the \u003ccode\u003eGCKSenderApplicationInfo\u003c/code\u003e class, which provides information about the sender application in the Google Cast framework.\u003c/p\u003e\n"],["\u003cp\u003eIt also defines the \u003ccode\u003eGCKSenderApplicationInfoPlatform\u003c/code\u003e enum, specifying the platform of the sender application, such as Android, iOS, Chrome, or OS X.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGCKSenderApplicationInfo\u003c/code\u003e class is crucial for identifying and managing sender applications interacting with the Google Cast ecosystem.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use the provided information about the sender application to tailor the Cast experience based on the sender's platform and capabilities.\u003c/p\u003e\n"]]],["The core content details the `GCKSenderApplicationInfo` class, which provides information about a sender application. It also defines the `GCKSenderApplicationInfoPlatform` enumeration, outlining the potential platforms for sender applications. These include Android, iOS, Chrome, and Mac OS X (reserved for future use). The information about the class and enum is provided in the file `GCKSenderApplicationInfo.h`\n"],null,["# GCKSenderApplicationInfo.h File\n\n[Classes](#nested-classes) \\| [Enumerations](#enum-members) \nGCKSenderApplicationInfo.h File Reference \n\n|-------|-----------------------------------------------------------------------------------------------------------------------------|\n| Classes ------- ||\n| class | [GCKSenderApplicationInfo](/cast/docs/reference/ios/interface_g_c_k_sender_application_info) |\n| | Information about a sender application. [More...](/cast/docs/reference/ios/interface_g_c_k_sender_application_info#details) |\n| ||\n\n|------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Enumerations ------------ ||\n| enum | [GCKSenderApplicationInfoPlatform](/cast/docs/reference/ios/g_c_k_sender_application_info_8h#a3e40c6eed9df4753d76899cee39a343f) { [GCKSenderApplicationInfoPlatformAndroid](/cast/docs/reference/ios/g_c_k_sender_application_info_8h#a3e40c6eed9df4753d76899cee39a343fa66fb3cc351acc8c922c762aa0c0a9c9a) = 1, [GCKSenderApplicationInfoPlatformiOS](/cast/docs/reference/ios/g_c_k_sender_application_info_8h#a3e40c6eed9df4753d76899cee39a343fa6e3f9bbcf7342d7a858ce9cdcd9a5b38) = 2, [GCKSenderApplicationInfoPlatformChrome](/cast/docs/reference/ios/g_c_k_sender_application_info_8h#a3e40c6eed9df4753d76899cee39a343faf919cf8197f052499eb28b001c49c557) = 3, [GCKSenderApplicationInfoPlatformOSX](/cast/docs/reference/ios/g_c_k_sender_application_info_8h#a3e40c6eed9df4753d76899cee39a343fa6ff44ff52401914b021135ccc5f0a56d) = 4 } |\n| | Sender application platforms. [More...](/cast/docs/reference/ios/g_c_k_sender_application_info_8h#a3e40c6eed9df4753d76899cee39a343f) |\n| ||\n\nEnumeration Type Documentation\n------------------------------\n\n|--------------------------------------------------------------------------------------------------------------------------------------|\n| enum [GCKSenderApplicationInfoPlatform](/cast/docs/reference/ios/g_c_k_sender_application_info_8h#a3e40c6eed9df4753d76899cee39a343f) |\n\nSender application platforms.\n\n| Enumerator ||\n|-----------------------------------------|------------------------------------|\n| GCKSenderApplicationInfoPlatformAndroid | Android. |\n| GCKSenderApplicationInfoPlatformiOS | iOS. |\n| GCKSenderApplicationInfoPlatformChrome | Chrome. |\n| GCKSenderApplicationInfoPlatformOSX | Mac OS X. Reserved for future use. |"]]