GCKUIStyle क्लास
NSObject को इनहेरिट करता है.
|
(void) | - applyStyle |
| मौजूदा समय में दिख रहे सभी व्यू को रीफ़्रेश करता है, ताकि स्टाइल में किया गया कोई भी बदलाव तुरंत लागू हो जाए. ज़्यादा...
|
|
मौजूदा समय में दिख रहे सभी व्यू को रीफ़्रेश करता है, ताकि स्टाइल में किया गया कोई भी बदलाव तुरंत लागू हो जाए.
स्टाइल एट्रिब्यूट ट्री का रूट.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2023-12-02 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2023-12-02 (UTC) को अपडेट किया गया."],[[["`GCKUIStyle` is a class used for managing the visual styling of Cast user interface elements."],["It provides a singleton instance accessed via `sharedInstance` for applying styles globally."],["Developers can customize UI elements through the `castViews` property, which represents the root of the styling attributes tree."],["Changes made to styling can be applied immediately to visible views using the `applyStyle` method."]]],["The `GCKUIStyle` class, inheriting from `NSObject`, manages UI styling. Key actions include obtaining a singleton instance via the `sharedInstance` class method and applying style changes immediately using the `applyStyle` instance method to refresh visible views. The `castViews` property, a `GCKUIStyleAttributesCastViews` instance, serves as the root for the styling attributes tree, enabling customization. It was introduced in version 3.3.\n"]]