Skip to main content

hideLoading

Description

Turn off the loading dialog of Zalopay

Parameters

N/A

Return Value

N/A

Error Code

N/A

Sample Code and Sample Return Data

Sample Request:

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

Sample Response:

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