mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
feat(onesignal): added wrapper for the Cordova OneSignal Plugin (#252)
* Added OneSignal wrapper * documentation * Changes for callback of notification revieced * fixes for @Cordova decorators without Promise return
This commit is contained in:
committed by
Ibrahim Hadeed
parent
b8be1de068
commit
ba20dbe590
@@ -52,6 +52,7 @@ import {LaunchNavigator} from './plugins/launchnavigator';
|
||||
import {LocalNotifications} from './plugins/localnotifications';
|
||||
import {MediaPlugin} from './plugins/media';
|
||||
import {Network, Connection} from './plugins/network';
|
||||
import {OneSignal} from './plugins/onesignal';
|
||||
import {Printer} from './plugins/printer';
|
||||
import {Push} from './plugins/push';
|
||||
import {SafariViewController} from './plugins/safari-view-controller';
|
||||
@@ -124,6 +125,7 @@ export {
|
||||
Insomnia,
|
||||
Keyboard,
|
||||
Network,
|
||||
OneSignal,
|
||||
Screenshot,
|
||||
SocialSharing,
|
||||
Splashscreen,
|
||||
@@ -187,6 +189,7 @@ window['IonicNative'] = {
|
||||
Network: Network,
|
||||
Printer: Printer,
|
||||
Push: Push,
|
||||
OneSignal: OneSignal,
|
||||
SafariViewController: SafariViewController,
|
||||
Screenshot: Screenshot,
|
||||
SMS: SMS,
|
||||
|
||||
Reference in New Issue
Block a user