UNPKG

react-native-notifications-pfy

Version:

Advanced Push Notifications (Silent, interactive notifications) for iOS & Android + Schedule Module

12 lines (11 loc) 281 B
export declare class Notification { identifier: string; payload: any; constructor(payload: object); readonly title: string; readonly body: string; readonly sound: string; readonly badge: number; readonly type: string; readonly thread: string; }