my.hideTabBar
Hide tab bar.
Sample Code
copy
my.hideTabBar({
animation: true
})
Parameters
The incoming parameter is of the Object type with the following attributes:
Property | Type | Required | Description |
animation | Boolean | No | Need animation effect or not, none by default. |
success | Function | No | Callback function upon call success. |
fail | Function | No | Callback function upon call failure. |
complete | Function | No | Callback function upon call completion (to be executed upon either call success or failure). |