0.0.4 • Published 3 years ago
capacitor-mute v0.0.4
capacitor-mute
Detect if the mute switch is enabled/disabled on a device
Install
npm install capacitor-mute
npx cap sync
API
isMuted()
isMuted() => any
check if the device is muted
Returns: any
Interfaces
MuteResponse
Prop | Type |
---|---|
value | boolean |