Class Card

Karta

Karta kontekstowa, która reprezentuje pojedynczy widok w interfejsie.

const cardSection = CardService.newCardSection();
// Finish building the card section ...

const card = CardService.newCardBuilder()
                 .setName('Card name')
                 .setHeader(CardService.newCardHeader().setTitle('Card title'))
                 .addSection(cardSection)
                 .build();

Metody

MetodaZwracany typKrótki opis
printJson()StringWyświetla reprezentację JSON tego obiektu.

Szczegółowa dokumentacja

printJson()

Wyświetla reprezentację JSON tego obiektu. Służy tylko do debugowania.

Powrót

String