Google Apps Chat V1 Client - Class Layout (0.15.0)

Reference documentation and code samples for the Google Apps Chat V1 Client class Layout.

The chip list layout.

Protobuf type google.apps.card.v1.ChipList.Layout

Namespace

Google \ Apps \ Card \ V1 \ ChipList

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

LAYOUT_UNSPECIFIED

Value: 0

Don't use. Unspecified.

Generated from protobuf enum LAYOUT_UNSPECIFIED = 0;

WRAPPED

Value: 1

Default value. The chip list wraps to the next line if there isn't enough horizontal space.

Generated from protobuf enum WRAPPED = 1;

HORIZONTAL_SCROLLABLE

Value: 2

The chips scroll horizontally if they don't fit in the available space.

Generated from protobuf enum HORIZONTAL_SCROLLABLE = 2;