HomeDocs
Skip to main content

dlt.hideNavigationBarLoading

Introduction

Hides the navigation bar loading progress bar.

Parameters

Object object

PropertyTypeDefault ValueRequiredDescription
successfunctionNoCallback function for a successful API call
failfunctionNoCallback function for a failed API call
completefunctionNoCallback function that is called when the API call is complete (whether successful or not)

Example Code

dlt.hideNavigationBarLoading({
success() {
console.log('success');
},
});
Privacy agreementDeveloper agreementcontact us: developer_service.mi@transsion.com © 2024 MiniApp. All Rights Reserved.