Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1OnClick |
GoogleAppsCardV1OnClick.clone() |
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 |
GoogleAppsCardV1CardAction.getOnClick()
The `onClick` action for this action item.
|
GoogleAppsCardV1OnClick |
GoogleAppsCardV1Button.getOnClick()
Required.
|
GoogleAppsCardV1OnClick |
GoogleAppsCardV1Image.getOnClick()
When a user clicks the image, the click triggers this action.
|
GoogleAppsCardV1OnClick |
GoogleAppsCardV1DecoratedText.getOnClick()
This action is triggered when users click `topLabel` or `bottomLabel`.
|
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 |
---|---|
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.
|
GoogleAppsCardV1CardAction |
GoogleAppsCardV1CardAction.setOnClick(GoogleAppsCardV1OnClick onClick)
The `onClick` action for this action item.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.setOnClick(GoogleAppsCardV1OnClick onClick)
Required.
|
GoogleAppsCardV1Image |
GoogleAppsCardV1Image.setOnClick(GoogleAppsCardV1OnClick onClick)
When a user clicks the image, the click triggers this action.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setOnClick(GoogleAppsCardV1OnClick onClick)
This action is triggered when users click `topLabel` or `bottomLabel`.
|
Copyright © 2011–2024 Google. All rights reserved.