HomeDocs
Skip to main content

dlt.hideToast

Introduction

This function is used to hide a message toast.

Parameters

Object object

PropertyTypeDefaultRequiredDescription
successfunctionNoCallback function that is called when the interface call is successful.
failfunctionNoCallback function that is called when the interface call fails.
completefunctionNoCallback function that is called when the interface call is complete, whether it succeeds or fails.

Sample Code

dlt.hideToast({
success: function () {},
fail: function () {},
complete: function () {},
});
Privacy agreementDeveloper agreementcontact us: developer_service.mi@transsion.com © 2024 MiniApp. All Rights Reserved.