Home
last modified time | relevance | path

Searched refs:handleSuccess (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-notifications/src/
H A DNotificationsHandler.ts31 handleSuccess?: (notificationId: string) => void; property
107 handler.handleSuccess?.(id);
/expo/packages/expo-notifications/build/
H A DNotificationsHandler.d.ts25 handleSuccess?: (notificationId: string) => void;
H A DNotificationsHandler.js63 handler.handleSuccess?.(id);
H A DNotificationsHandler.js.map1handleSuccess?: (notificationId: string) => void;\n /**\n * A function called whenever handling…
/expo/apps/test-suite/tests/
H A DNotifications.js147 handleSuccess: (event) => { method
827 handleSuccess: (notificationId) => {
1499 handleSuccess: handleSuccessSpy, property
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx706 …tion will be discarded. If the notification is handled successfully, `handleSuccess` is called wit…
715 - **handleSuccess (_(notificationId: string) =\> void_)** -- (optional) a function called whenever …
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx706 …tion will be discarded. If the notification is handled successfully, `handleSuccess` is called wit…
715 - **handleSuccess (_(notificationId: string) =\> void_)** -- (optional) a function called whenever …
/expo/packages/expo-notifications/
H A DREADME.md722 …tion will be discarded. If the notification is handled successfully, `handleSuccess` is called wit…
731 - **handleSuccess (_(notificationId: string) => void_)** -- (optional) a function called whenever a…