▸ showTabBar(options): Promise<{}>
description show tabBar
example
bn.showTabBar({
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 |
Last modified on