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:

PropertyType

Required

Description
animationBooleanNoNeed animation effect or not, none by default.
successFunctionNoCallback function upon call success. 
failFunctionNoCallback function upon call failure.
completeFunctionNoCallback function upon call completion (to be executed upon either call success or failure).