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.
|
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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 a sender application.\u003c/p\u003e\n"],["\u003cp\u003eIt also defines the \u003ccode\u003eGCKSenderApplicationInfoPlatform\u003c/code\u003e enum, specifying the platform of the sender application, which can be Android, iOS, Chrome, or Mac OS X.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGCKSenderApplicationInfo\u003c/code\u003e stores details regarding the sender application, crucial for identifying and managing the source of cast sessions.\u003c/p\u003e\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/v3/reference/ios/interface_g_c_k_sender_application_info) |\n| | Information about a sender application. [More...](/cast/v3/reference/ios/interface_g_c_k_sender_application_info#details) |\n| ||\n\n|------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Enumerations ------------ ||\n| enum | [GCKSenderApplicationInfoPlatform](/cast/v3/reference/ios/g_c_k_sender_application_info_8h#a3e40c6eed9df4753d76899cee39a343f) { [GCKSenderApplicationInfoPlatformAndroid](/cast/v3/reference/ios/g_c_k_sender_application_info_8h#a3e40c6eed9df4753d76899cee39a343fa66fb3cc351acc8c922c762aa0c0a9c9a) = 1, [GCKSenderApplicationInfoPlatformiOS](/cast/v3/reference/ios/g_c_k_sender_application_info_8h#a3e40c6eed9df4753d76899cee39a343fa6e3f9bbcf7342d7a858ce9cdcd9a5b38) = 2, [GCKSenderApplicationInfoPlatformChrome](/cast/v3/reference/ios/g_c_k_sender_application_info_8h#a3e40c6eed9df4753d76899cee39a343faf919cf8197f052499eb28b001c49c557) = 3, [GCKSenderApplicationInfoPlatformOSX](/cast/v3/reference/ios/g_c_k_sender_application_info_8h#a3e40c6eed9df4753d76899cee39a343fa6ff44ff52401914b021135ccc5f0a56d) = 4 } |\n| | Sender application platforms. [More...](/cast/v3/reference/ios/g_c_k_sender_application_info_8h#a3e40c6eed9df4753d76899cee39a343f) |\n| ||\n\nEnumeration Type Documentation\n------------------------------\n\n|------------------------------------------------------------------------------------------------------------------------------------|\n| enum [GCKSenderApplicationInfoPlatform](/cast/v3/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. |"]]