Google Apps Chat V1 Client - Class OpenAs (0.1.3)

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

When an OnClick action opens a link, then the client can either open it as a full-size window (if that's the frame used by the client), or an overlay (such as a pop-up). The implementation depends on the client platform capabilities, and the value selected might be ignored if the client doesn't support it. FULL_SIZE is supported by all clients.

Google Workspace Add-ons:

Protobuf type google.apps.card.v1.OpenLink.OpenAs

Namespace

Google \ Apps \ Card \ V1 \ OpenLink

Methods

Parameter
Name Description
value mixed
Parameter
Name Description
name mixed

Constants

Value: 0

The link opens as a full-size window (if that's the frame used by the client).

Generated from protobuf enum FULL_SIZE = 0;

Value: 1

The link opens as an overlay, such as a pop-up.

Generated from protobuf enum OVERLAY = 1;