cordova-fore-notification-ios

1.1.3 • Public • Published

Cordova Foreground Notification For IOS

Install

cordova plugin add cordova-fore-notification-ios

Usage

Actual effect:

  • iOS 10 before style

  • iOS 10 style

cordova.plugins.foreNotificationIos.notificationWSoundId(TEXT,SOUNDID,IOS10)

// EXAMPLE
// ios10 style
cordova.plugins.foreNotificationIos.notificationWSoundId('notification',1312,true)
//before ios style
cordova.plugins.foreNotificationIos.notificationWSoundId('notification',1312,false)

Library Used

This plugin is a wrapper to the EBForeNotification created by pikacode: https://github.com/pikacode/EBForeNotification

License

IBM-Argentina Matias Sarapura 2017

Package Sidebar

Install

npm i cordova-fore-notification-ios

Weekly Downloads

1

Version

1.1.3

License

IBM-Argentina

Last publish

Collaborators

  • matiasarapura