NavigationBarPlugin.setState()
PluginNavigationBarPluginsetStateLess 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/Event | Android | iOS | Desktop-Dev | Desktop |
---|---|---|---|---|
setState | ✅ | ✅ | ✅ | X |
Related Links
Powered by Waline v2.15.7