dlt.hideToast
Introduction
This function is used to hide a message toast.
Parameters
Object object
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| success | function | No | Callback function that is called when the interface call is successful. | |
| fail | function | No | Callback function that is called when the interface call fails. | |
| complete | function | No | Callback 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 () {},
});