capacitor-status-bar-translucent
v0.0.1
Published
A Capacitor 5 plugin that offers programmatic control over the transparency of the status bar in your Android applications. Easily enable or disable the translucent status bar to customize your app's user interface appearance.
Downloads
1
Readme
capacitor-status-bar-translucent
A Capacitor 5 plugin that offers programmatic control over the transparency of the status bar in your Android applications. Easily enable or disable the translucent status bar to customize your app's user interface appearance.
Install
npm install capacitor-status-bar-translucent
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>