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