StatusBarPlugin.getOverlay()
PluginStatusBarPlugingetOverlayLess than 1 minute
Check if the system status bar overlaps the APP content
StatusBarPlugin.getOverlay()
Parameters
- None
Return Value
- A Promise object that resolves to a boolean;
Example
import { statusBarPlugin } from "@plaoc/plugins";
const value = statusBarPlugin.getOverlay()
Platform Compatibility
Properties/Methods/Events | Android | iOS | Desktop-Dev | Desktop |
---|---|---|---|---|
getOverlay | ✅ | ✅ | ✅ | X |
Related Links
Powered by Waline v2.15.7