Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1OnClick |
GoogleAppsCardV1OnClick.clone() |
GoogleAppsCardV1OnClick |
GoogleAppsCardV1CardAction.getOnClick()
The onclick action for this action item.
|
GoogleAppsCardV1OnClick |
GoogleAppsCardV1Grid.getOnClick()
This callback is reused by each individual grid item, but with the item's identifier and index
in the items list added to the callback's parameters.
|
GoogleAppsCardV1OnClick |
GoogleAppsCardV1DecoratedText.getOnClick()
Only the top and bottom label and content region are clickable.
|
GoogleAppsCardV1OnClick |
GoogleAppsCardV1Button.getOnClick()
The action to perform when the button is clicked.
|
GoogleAppsCardV1OnClick |
GoogleAppsCardV1Image.getOnClick() |
GoogleAppsCardV1OnClick |
GoogleAppsCardV1OnClick.set(String fieldName,
Object value) |
GoogleAppsCardV1OnClick |
GoogleAppsCardV1OnClick.setAction(GoogleAppsCardV1Action action)
If specified, an action is triggered by this onClick.
|
GoogleAppsCardV1OnClick |
GoogleAppsCardV1OnClick.setCard(GoogleAppsCardV1Card card)
A new card is pushed to the card stack after clicking if specified.
|
GoogleAppsCardV1OnClick |
GoogleAppsCardV1OnClick.setOpenDynamicLinkAction(GoogleAppsCardV1Action openDynamicLinkAction)
An add-on triggers this action when the action needs to open a link.
|
GoogleAppsCardV1OnClick |
GoogleAppsCardV1OnClick.setOpenLink(GoogleAppsCardV1OpenLink openLink)
If specified, this onClick triggers an open link action.
|
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1CardAction |
GoogleAppsCardV1CardAction.setOnClick(GoogleAppsCardV1OnClick onClick)
The onclick action for this action item.
|
GoogleAppsCardV1Grid |
GoogleAppsCardV1Grid.setOnClick(GoogleAppsCardV1OnClick onClick)
This callback is reused by each individual grid item, but with the item's identifier and index
in the items list added to the callback's parameters.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setOnClick(GoogleAppsCardV1OnClick onClick)
Only the top and bottom label and content region are clickable.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.setOnClick(GoogleAppsCardV1OnClick onClick)
The action to perform when the button is clicked.
|
GoogleAppsCardV1Image |
GoogleAppsCardV1Image.setOnClick(GoogleAppsCardV1OnClick onClick) |
Copyright © 2011–2021 Google. All rights reserved.