Class AddonComposeUiActionResponse

AddonComposeUiActionResponse

Reprezentuje działanie w interfejsie tworzenia dodatku.

// An AddonComposeUiActionResponse that dismiss the addon compose ui.
const addonComposeUiActionResponse =
    AddOnsResponseService.newAddonComposeUiActionResponseBuilder()
        .setType(AddOnsResponseService.AddonComposeUiActionType.DISMISS)
        .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