NavigationBarPlugin.setState()
August 11, 2023
- Plugin
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.13.0