UNPKG

onesignal-cordova-plugin

Version:

OneSignal is a high volume Push Notification service for mobile apps. In addition to basic notification delivery, OneSignal also provides tools to localize, target, schedule, and automate notifications that you send.

8 lines (7 loc) 268 B
import { OSNotification } from "./OSNotification"; export declare class NotificationWillDisplayEvent { private notification; constructor(displayEvent: OSNotification); preventDefault(shouldDiscard?: boolean): void; getNotification(): OSNotification; }