1.0.0 • Published 7 years ago

@pinpin.link/cordova-plugin-system-sound v1.0.0

Weekly downloads
1
License
Apache version 2....
Repository
github
Last release
7 years ago

cordova-plugin-system-sound

Cordova iOS play customized system sound.

Installation

In your root Cordova project

cordova plugin add @pinpin.link/cordova-plugin-system-sound

Example

/* Play sound */
window.SystemSound.play('www/sound/your-sound-file.mp3');

/* Play sound loop 3 times */
window.SystemSound.play('www/sound/your-sound-file.mp3', 3);

License

This project is licensed under the Apache 2.0 License - see the file for details