@hanhokim/capacitor-android-navigation-bar
v7.0.0
Published
...
Readme
capacitor-android-navigation-bar
...
Install
npm install capacitor-android-navigation-bar
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
setButtonStyle(...)
setButtonStyle(options: { style: 'dark' | 'light'; }) => Promise<void>| Param | Type |
| ------------- | ------------------------------------------ |
| options | { style: 'dark' | 'light'; } |
