Enum LoadIndicator
LoadIndicator
एनम टाइप, जो Action
प्रोसेस होने के दौरान लोड होने या प्रोग्रेस दिखाने के तरीके के बारे में बताता है.
यह सुविधा, Google Workspace ऐड-ऑन और Google Chat ऐप्लिकेशन के लिए उपलब्ध है.
Enum को कॉल करने के लिए, इसके पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल करें. उदाहरण के लिए,
CardService.LoadIndicator.SPINNER
.
प्रॉपर्टी
प्रॉपर्टी | टाइप | ब्यौरा |
SPINNER | Enum | स्पिनर इंडिकेटर का इस्तेमाल करें. डिफ़ॉल्ट. |
NONE | Enum | इंंडिकेटर का इस्तेमाल न करें. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-02-15 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-02-15 (UTC) को अपडेट किया गया."],[[["`LoadIndicator` is an enum used to specify the type of loading indicator displayed during an action's processing in Google Workspace Add-ons and Google Chat apps."],["It offers two options: `SPINNER` (default) for a spinner indicator and `NONE` to disable any indicator."],["To use it, call it using `CardService.LoadIndicator` followed by the desired property like `CardService.LoadIndicator.SPINNER`."]]],[]]