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