Skip to main content

bn.hideTabBar

hideTabBar(options): Promise<{}>

description hide tabBar

example

 bn.hideTabBar({   animation: false,   success (res) {     console.log(res)   } })

Parameters

NameType
optionsShowHideTabBarOptions

Returns

Promise<{}>


ShowHideTabBarOptions#

Ƭ ShowHideTabBarOptions: Object

Type declaration

NameTypeDescription
animation?booleanset animation effects