Class Card

Karta

kartę kontekstu reprezentującą pojedynczy widok Interfejs.

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

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

Metody

MetodaZwracany typKrótki opis
printJson()StringWypisuje reprezentację tego obiektu w formacie JSON.

Szczegółowa dokumentacja

printJson()

Wypisuje reprezentację tego obiektu w formacie JSON. Służy tylko do debugowania.

Powrót

String