1.1.3 • Published 7 years ago

cordova-fore-notification-ios v1.1.3

Weekly downloads
14
License
IBM-Argentina
Repository
github
Last release
7 years ago

Cordova Foreground Notification For IOS

Install

cordova plugin add cordova-fore-notification-ios

Usage

Actual effect:

  • iOS 10 before style

    npm.io

  • iOS 10 style

    npm.io

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