safe-area-all-android-versions
v0.0.2
Published
customise the colours of safe area insets
Readme
safe-area-all-android-versions
customise the colours of safe area insets
Install
npm install safe-area-all-android-versions
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
setStatusBarColor(...)
setStatusBarColor(options: { color: string; }) => Promise<void>| Param | Type |
| ------------- | ------------------------------- |
| options | { color: string; } |
setNavigationBarColor(...)
setNavigationBarColor(options: { color: string; }) => Promise<void>| Param | Type |
| ------------- | ------------------------------- |
| options | { color: string; } |
getSafeAreaInsets()
getSafeAreaInsets() => Promise<{ top: number; bottom: number; left: number; right: number; }>Returns: Promise<{ top: number; bottom: number; left: number; right: number; }>
