Class AddonComposeUiActionResponse
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
AddonComposeUiActionResponse
代表外掛程式撰寫 UI 的動作。
// An AddonComposeUiActionResponse that dismiss the addon compose ui.constaddonComposeUiActionResponse=AddOnsResponseService.newAddonComposeUiActionResponseBuilder().setType(AddOnsResponseService.AddonComposeUiActionType.DISMISS).build();