cordova-plugin-play-default-sounds

Cordova Plugin to Play default Sounds


Keywords
ecosystem:cordova, cordova-android, cordova-ios, ionic, default, custom, system, sound
License
MIT
Install
npm install cordova-plugin-play-default-sounds@1.0.1

Documentation

PlayDefaultSounds

A Cordova plugin to play default system Sounds (Android and iOS)

Installation

    $ cordova plugin add cordova-plugin-play-default-sounds

Usage

The Plugin is accessible via a global window.PlayDefaultSounds Variable or the build in Ionic Wrapper:

import PlayDefaultSounds from 'cordova-plugin-play-default-sounds';

Api

play

Variables

  • code (optional, but needed for ios (See Overview here))

This function plays the default Notification Sound for Android. For iOS the Code is used.

// Android:
PlayDefaultSounds.play();

// iOS
PlayDefaultSounds.play(1003);

Troubles?

If you have any Problems or need help, feel free to open an Issue!