public enum OpenLink.OnClose extends Enum<OpenLink.OnClose> implements ProtocolMessageEnum
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.
Protobuf enum google.apps.card.v1.OpenLink.OnClose
Implements
ProtocolMessageEnumInherited Members
Static Fields |
|
---|---|
Name | Description |
NOTHING |
Default value. The card doesn't reload; nothing happens. |
NOTHING_VALUE |
Default value. The card doesn't reload; nothing happens. |
RELOAD |
Reloads the card after the child window closes. If used in conjunction with
|
RELOAD_VALUE |
Reloads the card after the child window closes. If used in conjunction with
|
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |