Skip to main content

NavigationBarPlugin.setState()

BFChainPluginNavigationBarPluginsetStateLess than 1 minute

Set the state of the system navigation bar

NavigationBarPlugin.setState(state) 

Parameters

  • state

    An object implementing part of the State interface;
    Valid properties include: [overlay, visible, color, style]

Return

  • A Promise object that resolves to null

Example

import { NavigationBarPlugin } from "@plaoc/plugins";
const value = NavigationBarPlugin.setState({color:"#FFFFFFFF"})

Platform Support

Property/Method/EventAndroidiOSDesktop-DevDesktop
setStateX

NavigationBarPlugin

Comments
  • Latest
  • Oldest
  • Hottest
Powered by Waline v2.15.7