Google Apps Chat V1 Client - Class LoadIndicator (0.1.3)

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 \ Action

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SPINNER

Value: 0

Displays a spinner to indicate that content is loading.

Generated from protobuf enum SPINNER = 0;

NONE

Value: 1

Nothing is displayed.

Generated from protobuf enum NONE = 1;