Enum LoadIndicator
負荷インジケーターAction
の処理中に表示する読み込みインジケーターまたは進行状況インジケーターのタイプを指定する列挙型。
Google Workspace アドオンと Google Chat アプリで利用できます。
列挙型を呼び出すには、その親クラス、名前、プロパティを呼び出します。たとえば、
CardService.LoadIndicator.SPINNER
です。
プロパティ
プロパティ | タイプ | 説明 |
SPINNER | Enum | スピナー インジケータを使用する。デフォルトです。 |
NONE | Enum | インジケータは使用しないでください。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-02 UTC。
[null,null,["最終更新日 2024-12-02 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`."]]],[]]