UNPKG

react-native-onesignal

Version:
37 lines (36 loc) 961 B
export default class OSNotification { body: string; sound?: string; title?: string; launchURL?: string; rawPayload: object | string; actionButtons?: object[]; additionalData?: object; notificationId: string; groupKey?: string; groupMessage?: string; ledColor?: string; priority?: number; smallIcon?: string; largeIcon?: string; bigPicture?: string; collapseId?: string; fromProjectNumber?: string; smallIconAccentColor?: string; lockScreenVisibility?: string; androidNotificationId?: number; badge?: string; badgeIncrement?: string; category?: string; threadId?: string; subtitle?: string; templateId?: string; templateName?: string; attachments?: object; mutableContent?: boolean; contentAvailable?: string; relevanceScore?: number; interruptionLevel?: string; constructor(receivedEvent: OSNotification); display(): void; }