onesignal-cordova-plugin
Advanced tools
Comparing version 5.1.2 to 5.1.3
@@ -14,3 +14,3 @@ "use strict"; | ||
LogLevel[LogLevel["Verbose"] = 6] = "Verbose"; | ||
})(LogLevel = exports.LogLevel || (exports.LogLevel = {})); | ||
})(LogLevel || (exports.LogLevel = LogLevel = {})); | ||
var Debug = /** @class */ (function () { | ||
@@ -17,0 +17,0 @@ function Debug() { |
@@ -1,3 +0,3 @@ | ||
export declare type InAppMessageEventName = "click" | "willDisplay" | "didDisplay" | "willDismiss" | "didDismiss"; | ||
export declare type InAppMessageEventTypeMap = { | ||
export type InAppMessageEventName = "click" | "willDisplay" | "didDisplay" | "willDismiss" | "didDismiss"; | ||
export type InAppMessageEventTypeMap = { | ||
click: InAppMessageClickEvent; | ||
@@ -19,3 +19,3 @@ willDisplay: InAppMessageWillDisplayEvent; | ||
} | ||
export declare type InAppMessageActionUrlType = "browser" | "webview" | "replacement"; | ||
export type InAppMessageActionUrlType = "browser" | "webview" | "replacement"; | ||
export interface InAppMessageWillDisplayEvent { | ||
@@ -22,0 +22,0 @@ message: OSInAppMessage; |
import { OSNotification } from '../OSNotification'; | ||
import { NotificationWillDisplayEvent } from '../NotificationReceivedEvent'; | ||
export declare type NotificationEventName = "click" | "foregroundWillDisplay" | "permissionChange"; | ||
export declare type NotificationEventTypeMap = { | ||
export type NotificationEventName = "click" | "foregroundWillDisplay" | "permissionChange"; | ||
export type NotificationEventTypeMap = { | ||
click: NotificationClickEvent; | ||
@@ -6,0 +6,0 @@ foregroundWillDisplay: NotificationWillDisplayEvent; |
@@ -17,3 +17,3 @@ "use strict"; | ||
if (f) throw new TypeError("Generator is already executing."); | ||
while (_) try { | ||
while (g && (g = 0, op[0] && (_ = 0)), _) try { | ||
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; | ||
@@ -49,3 +49,3 @@ if (y = 0, t) op = [op[0] & 2, t.value]; | ||
OSNotificationPermission[OSNotificationPermission["Ephemeral"] = 4] = "Ephemeral"; | ||
})(OSNotificationPermission = exports.OSNotificationPermission || (exports.OSNotificationPermission = {})); | ||
})(OSNotificationPermission || (exports.OSNotificationPermission = OSNotificationPermission = {})); | ||
var Notifications = /** @class */ (function () { | ||
@@ -52,0 +52,0 @@ function Notifications() { |
@@ -17,3 +17,3 @@ "use strict"; | ||
if (f) throw new TypeError("Generator is already executing."); | ||
while (_) try { | ||
while (g && (g = 0, op[0] && (_ = 0)), _) try { | ||
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; | ||
@@ -20,0 +20,0 @@ if (y = 0, t) op = [op[0] & 2, t.value]; |
{ | ||
"version": "5.1.2", | ||
"version": "5.1.3", | ||
"name": "onesignal-cordova-plugin", | ||
@@ -4,0 +4,0 @@ "cordova_name": "OneSignal Push Notifications", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
796215
81
3543