Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
ImageButton |
ImageButton.clone() |
ImageButton |
Button.getImageButton()
A button with image and `onclick` action.
|
ImageButton |
ImageButton.set(String fieldName,
Object value) |
ImageButton |
ImageButton.setIcon(String icon)
The icon specified by an `enum` that indices to an icon provided by Chat API.
|
ImageButton |
ImageButton.setIconUrl(String iconUrl)
The icon specified by a URL.
|
ImageButton |
ImageButton.setName(String name)
The name of this `image_button` that's used for accessibility.
|
ImageButton |
ImageButton.setOnClick(OnClick onClick)
The `onclick` action.
|
Modifier and Type | Method and Description |
---|---|
Button |
Button.setImageButton(ImageButton imageButton)
A button with image and `onclick` action.
|
Copyright © 2011–2024 Google. All rights reserved.