bn.hideTabBar
▸ hideTabBar(options
): Promise
<{}>
description
hide tabBar
example
bn.hideTabBar({
animation: false,
success (res) {
console.log(res)
}
})
Parameters
Name | Type |
---|---|
options | ShowHideTabBarOptions |
Returns
Promise
<{}>
ShowHideTabBarOptions
Ƭ ShowHideTabBarOptions: Object
Type declaration
Name | Type | Description |
---|---|---|
animation? | boolean | set animation effects |