onesignal-cordova-plugin
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -1,3 +0,3 @@ | ||
export type InAppMessageEventName = "click" | "willDisplay" | "didDisplay" | "willDismiss" | "didDismiss"; | ||
export type InAppMessageEventTypeMap = { | ||
export declare type InAppMessageEventName = "click" | "willDisplay" | "didDisplay" | "willDismiss" | "didDismiss"; | ||
export declare type InAppMessageEventTypeMap = { | ||
click: InAppMessageClickEvent; | ||
@@ -19,3 +19,3 @@ willDisplay: InAppMessageWillDisplayEvent; | ||
} | ||
export type InAppMessageActionUrlType = "browser" | "webview" | "replacement"; | ||
export declare type InAppMessageActionUrlType = "browser" | "webview" | "replacement"; | ||
export interface InAppMessageWillDisplayEvent { | ||
@@ -22,0 +22,0 @@ message: OSInAppMessage; |
import { OSNotification } from '../OSNotification'; | ||
import { NotificationWillDisplayEvent } from '../NotificationReceivedEvent'; | ||
export type NotificationEventName = "click" | "foregroundWillDisplay" | "permissionChange"; | ||
export type NotificationEventTypeMap = { | ||
export declare type NotificationEventName = "click" | "foregroundWillDisplay" | "permissionChange"; | ||
export declare type NotificationEventTypeMap = { | ||
click: NotificationClickEvent; | ||
@@ -6,0 +6,0 @@ foregroundWillDisplay: NotificationWillDisplayEvent; |
{ | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"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
755027