cordova-fore-notification-ios
v1.1.3
Published
foreNotificationIos
Downloads
1
Maintainers
Readme
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