Home
last modified time | relevance | path

Searched refs:setNotificationHandler (Results 1 – 17 of 17) sorted by relevance

/expo/packages/expo-notifications/build/
H A DNotificationsHandler.d.ts59 export declare function setNotificationHandler(handler: NotificationHandler | null): void; method in NotificationTimeoutError
H A DNotificationsHandler.js45 export function setNotificationHandler(handler) { function
H A DdismissNotificationAsync.js.map1 …tionIdentifier The notification identifier, obtained either via `setNotificationHandler` method or…
H A DNotificationsHandler.js.map1setNotificationHandler({\n * handleNotification: async () => ({\n * shouldShowAlert: true,\n…
H A DscheduleNotificationAsync.js.map1 …on to be presented you have to set a notification handler with [`setNotificationHandler`](#notific…
/expo/apps/test-suite/tests/
H A DNotifications.js134 Notifications.setNotificationHandler({
173 Notifications.setNotificationHandler(null);
823 Notifications.setNotificationHandler({
1061 Notifications.setNotificationHandler({
1085 Notifications.setNotificationHandler({
1122 Notifications.setNotificationHandler({
1159 Notifications.setNotificationHandler({
1497 Notifications.setNotificationHandler({
1583 Notifications.setNotificationHandler({
1663 Notifications.setNotificationHandler({
[all …]
/expo/packages/expo-notifications/src/
H A DNotificationsHandler.ts82 export function setNotificationHandler(handler: NotificationHandler | null): void { function
/expo/docs/pages/push-notifications/
H A Dreceiving-notifications.mdx43 … received when your app is **foregrounded**, use [`Notifications.setNotificationHandler`](/version…
50 Notifications.setNotificationHandler({
H A Dpush-notifications-setup.mdx51 Notifications.setNotificationHandler({
/expo/apps/native-component-list/src/screens/
H A DExpoApisScreen.tsx10 Notifications.setNotificationHandler({
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dnotifications.mdx63 Notifications.setNotificationHandler({
171 Notifications.setNotificationHandler({
/expo/docs/pages/versions/unversioned/sdk/
H A Dnotifications.mdx64 Notifications.setNotificationHandler({
174 Notifications.setNotificationHandler({
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dnotifications.mdx64 Notifications.setNotificationHandler({
174 Notifications.setNotificationHandler({
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx61 Notifications.setNotificationHandler({
702 ### `setNotificationHandler(handler: NotificationHandler | null): void`
725 Notifications.setNotificationHandler({
935 Notifications.setNotificationHandler({
958 …on to be presented you have to set a notification handler with [`setNotificationHandler`](#setnoti…
1107 …the function is the notification identifier, obtained either in `setNotificationHandler` or in the…
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx61 Notifications.setNotificationHandler({
702 ### `setNotificationHandler(handler: NotificationHandler | null): void`
725 Notifications.setNotificationHandler({
935 Notifications.setNotificationHandler({
958 …on to be presented you have to set a notification handler with [`setNotificationHandler`](#setnoti…
1107 …the function is the notification identifier, obtained either in `setNotificationHandler` or in the…
/expo/packages/expo-notifications/
H A DREADME.md342 …- [`setNotificationHandler`](#setnotificationhandlerhandler-notificationhandler--null-void) -- set…
718 ### `setNotificationHandler(handler: NotificationHandler | null): void`
741 Notifications.setNotificationHandler({
939 Notifications.setNotificationHandler({
962 …on to be presented you have to set a notification handler with [`setNotificationHandler`](#setnoti…
1111 …the function is the notification identifier, obtained either in `setNotificationHandler` or in the…
H A DCHANGELOG.md176 … notifications not respecting the `shouldPlaySound` property in `setNotificationHandler`. ([#13411…
327 …nd when `shouldShowAlert: false` but `shouldPlaySound: true` in `setNotificationHandler`. ([#10699…