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

hideLoading

Mô tả

Tắt hiển thị loading dialog của Zalopay

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
.hideLoading()
.then((response) => console.log(response))
.catch((error) => console.error(error.errorCode));

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

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