UNPKG

react-native-notifications

Version:

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

11 lines (10 loc) 237 B
export interface NotificationCompletion { badge?: boolean; alert?: boolean; sound?: boolean; } export declare enum NotificationBackgroundFetchResult { NEW_DATA = "newData", NO_DATA = "noData", FAILED = "failed" }