Enum OpenLink.Types.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.
Namespace: Google.Apps.Card.V1
Assembly: Google.Apps.Card.V1.dll
Syntax
public enum OpenLink.Types.OnClose
Fields
| Name | Description |
|---|---|
| Nothing | Default value. The card doesn't reload; nothing happens. |
| Reload | Reloads the card after the child window closes. If used in conjunction with
|