Contiene un insieme di oggetti Button
visualizzati in una riga.
var textButton = CardService.newTextButton(); // Finish building the text button... var imageButton = CardService.newImageButton(); // Finish building the image button... var buttonSet = CardService.newButtonSet() .addButton(textButton) .addButton(imageButton);
Metodi
Metodo | Tipo restituito | Breve descrizione |
---|---|---|
addButton(button) | ButtonSet | Aggiunge un pulsante. |