capacitor-plugin-volumelevel
v0.0.3
Published
Capacitor plugin that allows to read current device's volume
Readme
capacitor-plugin-volumelevel
Capacitor plugin that allows to read current device's volume
Install
npm install capacitor-plugin-volumelevel
npx cap syncAPI
getVolume()
getVolume() => Promise<GetVolumeResult>Returns: Promise<GetVolumeResult>
Interfaces
GetVolumeResult
| Prop | Type |
| ---------------------- | ------------------- |
| volume | number |
| maxVolume | number |
| volumePercentage | number |
