Class AddonComposeUiActionResponse

AddonComposeUiActionResponse

代表外掛程式撰寫 UI 的動作。

// An AddonComposeUiActionResponse that dismiss the addon compose ui.
const addonComposeUiActionResponse =
    AddOnsResponseService.newAddonComposeUiActionResponseBuilder()
        .setType(AddOnsResponseService.AddonComposeUiActionType.DISMISS)
        .build();

方法

方法傳回類型簡短說明
printJson()String列印這個物件的 JSON 表示法。

內容詳盡的說明文件

printJson()

列印這個物件的 JSON 表示法。這項設定僅適用於偵錯。

回攻員

String