부가기능 작성 UI의 작업을 나타냅니다.
// An AddonComposeUiActionResponse that dismiss the addon compose ui. const addonComposeUiActionResponse = AddOnsResponseService.newAddonComposeUiActionResponseBuilder() .setType(AddOnsResponseService.AddonComposeUiActionType.DISMISS) .build();
메서드
| 메서드 | 반환 유형 | 간략한 설명 |
|---|---|---|
print | String | 이 객체의 JSON 표현을 출력합니다. |
자세한 문서
print Json()
이 객체의 JSON 표현을 출력합니다. 디버깅 전용입니다.
리턴
String