var уведомлениеOpenedCallback = функция (jsonData) {
console.log ('didReceiveRemoteNotificationCallBack:' + JSON.stringify (jsonData));
}; * * Тысяча одна
window.plugins.OneSignal.init("MY APP ID",
{googleProjectNumber:"Project Number"},
notificationOpenedCallback);
// Show an alert box if a notification comes in when the user is in your app.
window.plugins.OneSignal.enableInAppAlertNotification(true);