UNPKG

react-native-onesignal

Version:
8 lines (7 loc) 250 B
import OSNotification from '../OSNotification'; export default class NotificationWillDisplayEvent { notification: OSNotification; constructor(displayEvent: OSNotification); preventDefault(): void; getNotification(): OSNotification; }