0.0.3 • Published 7 months ago

capacitor-plugin-volumelevel v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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

7 months ago

0.0.2

7 months ago