Google Apps Chat V1 Client - Class OnClose (0.1.3)

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

What the client does when a link opened by an OnClick action is closed.

Implementation depends on client platform capabilities. For example, a web browser might open a link in a pop-up window with an OnClose handler. If both OnOpen and OnClose handlers are set, and the client platform can't support both values, OnClose takes precedence. Google Workspace Add-ons:

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

Namespace

Google \ Apps \ Card \ V1 \ OpenLink

Methods

Parameter
Name Description
value mixed
Parameter
Name Description
name mixed

Constants

Value: 0

Default value. The card doesn't reload; nothing happens.

Generated from protobuf enum NOTHING = 0;

Value: 1

Reloads the card after the child window closes.

If used in conjunction with OpenAs.OVERLAY, the child window acts as a modal dialog and the parent card is blocked until the child window closes.

Generated from protobuf enum RELOAD = 1;