0.0.3 • Published 8 months ago

capacitor-plugin-volumelevel v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

capacitor-plugin-volumelevel

Capacitor plugin that allows to read current device's volume

Install

npm install capacitor-plugin-volumelevel
npx cap sync

API

getVolume()

getVolume() => Promise<GetVolumeResult>

Returns: Promise<GetVolumeResult>


Interfaces

GetVolumeResult

PropType
volumenumber
maxVolumenumber
volumePercentagenumber
0.0.3

8 months ago

0.0.2

8 months ago