Enum LoadIndicator
LoadIndicator
An enum type that specifies the type of loading or progress indicator to display while an Action
is being processed.
Available for Google Workspace Add-ons and Google Chat apps.
To call an enum, you call its parent class, name, and property. For example,
CardService.LoadIndicator.SPINNER
.
Properties
Property | Type | Description |
SPINNER | Enum | Use a spinner indicator. Default. |
NONE | Enum | Do not use an indicator. |
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-10-31 UTC.
[null,null,["Last updated 2024-10-31 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`."]]],[]]