Home
last modified time | relevance | path

Searched refs:NotificationHandlingError (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-notifications/build/
H A DNotificationsHandler.d.ts13 export type NotificationHandlingError = NotificationTimeoutError | Error;
31 handleError?: (notificationId: string, error: NotificationHandlingError) => void;
H A DNotificationsHandler.js.map1NotificationHandlingError = NotificationTimeoutError | Error;\n\nexport interface NotificationHand…
/expo/packages/expo-notifications/src/
H A DNotificationsHandler.ts18 export type NotificationHandlingError = NotificationTimeoutError | Error; alias
37 handleError?: (notificationId: string, error: NotificationHandlingError) => void;