Class AddonComposeUiActionResponse

AddonComposeUiActionResponse

Biểu thị một thao tác trên giao diện người dùng tạo tiện ích bổ sung.

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

Phương thức

Phương thứcKiểu dữ liệu trả vềMô tả ngắn
printJson()StringIn biểu thị JSON của đối tượng này.

Tài liệu chi tiết

printJson()

In biểu thị JSON của đối tượng này. Chỉ dùng để gỡ lỗi.

Cầu thủ trả bóng

String