Skip to main content

bn.showTabBar

showTabBar(options): Promise<{}>

description show tabBar

example

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

Parameters

NameType
optionsShowHideTabBarOptions

Returns

Promise<{}>


ShowHideTabBarOptions#

Ƭ ShowHideTabBarOptions: Object

Type declaration

NameTypeDescription
animation?booleanset animation effects