dlt.hideHomeButton
Introduction
Hide the home button.
Parameters
Object object
| Property | Type | Default Value | Required | Description |
|---|---|---|---|---|
| success | function | No | Callback function for a successful API call | |
| fail | function | No | Callback function for a failed API call | |
| complete | function | No | Callback function that is called when the API call is complete (whether successful or not) |
Example Code
dlt.hideHomeButton({
success(res) {
console.log('success: ', res);
},
});