GCKUIPlayPauseToggleController.h File
Stay organized with collections
Save and categorize content based on your preferences.
GCKUIPlayPauseState enum.
More...
GCKUIPlayPauseState enum.
The play/pause state for a GCKUIPlayPauseToggleController.
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\u003eThe \u003ccode\u003eGCKUIPlayPauseToggleController\u003c/code\u003e class enables custom play/pause toggle UI implementation, offering an alternative to \u003ccode\u003eGCKUIMultistateButton\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGCKUIPlayPauseState\u003c/code\u003e enum defines the play/pause state for a \u003ccode\u003eGCKUIPlayPauseToggleController\u003c/code\u003e, with states including \u003ccode\u003eNone\u003c/code\u003e, \u003ccode\u003ePlay\u003c/code\u003e, and \u003ccode\u003ePause\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis file documents the \u003ccode\u003eGCKUIPlayPauseToggleController\u003c/code\u003e class and the \u003ccode\u003eGCKUIPlayPauseState\u003c/code\u003e enum for use in Google Cast applications.\u003c/p\u003e\n"]]],[],null,["[Classes](#nested-classes) \\| [Enumerations](#enum-members) \nGCKUIPlayPauseToggleController.h File Reference \nGCKUIPlayPauseState enum.\n[More...](#details)\n\n|-------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Classes ||\n| class | [GCKUIPlayPauseToggleController](/cast/docs/reference/ios/interface_g_c_k_u_i_play_pause_toggle_controller) |\n| | A class that can be used to implement a custom play/pause toggle UI, in situations where a [GCKUIMultistateButton](/cast/docs/reference/ios/interface_g_c_k_u_i_multistate_button \"A subclass of UIButton that supports multiple states. \") will not suffice. [More...](/cast/docs/reference/ios/interface_g_c_k_u_i_play_pause_toggle_controller#details) |\n| ||\n\n|------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Enumerations ||\n| enum | [GCKUIPlayPauseState](/cast/docs/reference/ios/g_c_k_u_i_play_pause_toggle_controller_8h#a5fb82340e0cb27757322006b7fbe0380) { **GCKUIPlayPauseStateNone** = 0, **GCKUIPlayPauseStatePlay** = 1, **GCKUIPlayPauseStatePause** = 2 } |\n| | The play/pause state for a [GCKUIPlayPauseToggleController](/cast/docs/reference/ios/interface_g_c_k_u_i_play_pause_toggle_controller \"A class that can be used to implement a custom play/pause toggle UI, in situations where a GCKUIMulti...\"). [More...](/cast/docs/reference/ios/g_c_k_u_i_play_pause_toggle_controller_8h#a5fb82340e0cb27757322006b7fbe0380) |\n| ||\n\nDetailed Description \nGCKUIPlayPauseState enum.\n\nEnumeration Type Documentation \n\n|--------------------------|\n| enum GCKUIPlayPauseState |\n\nThe play/pause state for a GCKUIPlayPauseToggleController."]]