cordova-plugin-silent-mode-salesfloor
v1.0.0
Published
Check if device is in silent mode.
Downloads
11
Maintainers
Readme
Cordova Silent Mode
This plugin allow to verify, through phonegap, if the current device is in silent mode
Usage
SilentMode.isMuted(
function() { //Callback
console.log('mute enabled');
}, function() { //Callback
console.log('mute disabled');
});