Chuyển đến nội dung chính

showLoading

Mô tả

Hiển thị loading dialog của Zalopay khi miniapp thực hiện những tác vụ nặng

Parameters

N/A

Return Value

N/A

Mã Lỗi

N/A

Code và Dữ liệu trả về mẫu

Yêu cầu gửi đi mẫu:

window.zlpSdk.UI
.showLoading()
.then((response) => console.log(response))
.catch((error) => console.error(error.errorCode));

Dữ liệu trả về mẫu:

{ data: {}, status: "success" }