Reference documentation and code samples for the Google Apps Chat V1 Client class LoadIndicator.
Specifies the loading indicator that the action displays while making the call to the action.
Google Workspace add-ons and Chat apps:
Protobuf type google.apps.card.v1.Action.LoadIndicator
Namespace
Google \ Apps \ Card \ V1 \ ActionMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SPINNER
Value: 0Displays a spinner to indicate that content is loading.
Generated from protobuf enum SPINNER = 0;
NONE
Value: 1Nothing is displayed.
Generated from protobuf enum NONE = 1;