Home
last modified time | relevance | path

Searched refs:shouldShowAlert (Results 1 – 25 of 32) sorted by relevance

12

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationBehavior.java26 …public NotificationBehavior(boolean shouldShowAlert, boolean shouldPlaySound, boolean shouldSetBad… in NotificationBehavior() argument
27 mShouldShowAlert = shouldShowAlert; in NotificationBehavior()
73 public boolean shouldShowAlert() { in shouldShowAlert() method in NotificationBehavior
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/handling/
H A DNotificationsHandler.kt20 val shouldShowAlert: Boolean = false constant in expo.modules.notifications.notifications.handling.NotificationBehaviourRecord
99 NotificationBehavior(shouldShowAlert, shouldPlaySound, shouldSetBadge, priority), in handleNotificationAsync()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/handling/
H A DNotificationsHandler.java107 boolean shouldShowAlert = behavior.getBoolean(SHOULD_SHOW_ALERT_KEY); in handleNotificationAsync()
111 …task.handleResponse(new NotificationBehavior(shouldShowAlert, shouldPlaySound, shouldSetBadge, pri… in handleNotificationAsync()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/handling/
H A DNotificationsHandler.java107 boolean shouldShowAlert = behavior.getBoolean(SHOULD_SHOW_ALERT_KEY); in handleNotificationAsync()
111 …task.handleResponse(new NotificationBehavior(shouldShowAlert, shouldPlaySound, shouldSetBadge, pri… in handleNotificationAsync()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/handling/
H A DNotificationsHandler.java107 boolean shouldShowAlert = behavior.getBoolean(SHOULD_SHOW_ALERT_KEY); in handleNotificationAsync()
111 …task.handleResponse(new NotificationBehavior(shouldShowAlert, shouldPlaySound, shouldSetBadge, pri… in handleNotificationAsync()
/expo/docs/pages/push-notifications/
H A Dreceiving-notifications.mdx45 - `shouldShowAlert`
52 shouldShowAlert: true,
/expo/apps/native-component-list/src/screens/
H A DExpoApisScreen.tsx12 shouldShowAlert: true,
/expo/apps/test-suite/tests/
H A DNotifications.js143 shouldShowAlert: true,
238 shouldShowAlert: true,
825 shouldShowAlert: true, property
1065 shouldShowAlert: true,
1089 shouldShowAlert: true,
1126 shouldShowAlert: true,
1163 shouldShowAlert: true,
1585 shouldShowAlert: true, property
1667 shouldShowAlert: false,
1726 shouldShowAlert: false,
[all …]
/expo/packages/expo-notifications/src/
H A DNotifications.types.ts576 shouldShowAlert: boolean; property
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Handler/
H A DEXSingleNotificationHandlerTask.m9 static NSString * const shouldShowAlertKey = @"shouldShowAlert";
/expo/packages/expo-notifications/build/
H A DNotifications.types.d.ts525 shouldShowAlert: boolean; property
H A DNotificationsHandler.js.map1 …tificationHandler({\n * handleNotification: async () => ({\n * shouldShowAlert: true,\n * …
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Handler/
H A DABI47_0_0EXSingleNotificationHandlerTask.m9 static NSString * const shouldShowAlertKey = @"shouldShowAlert";
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Handler/
H A DABI49_0_0EXSingleNotificationHandlerTask.m9 static NSString * const shouldShowAlertKey = @"shouldShowAlert";
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Handler/
H A DABI48_0_0EXSingleNotificationHandlerTask.m9 static NSString * const shouldShowAlertKey = @"shouldShowAlert";
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/
H A DExpoPresentationDelegate.kt88 if (behavior != null && !behavior.shouldShowAlert()) { in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/service/delegates/
H A DExpoPresentationDelegate.kt89 if (behavior != null && !behavior.shouldShowAlert()) { in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/service/delegates/
H A DExpoPresentationDelegate.kt89 if (behavior != null && !behavior.shouldShowAlert()) { in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/service/delegates/
H A DExpoPresentationDelegate.kt89 if (behavior != null && !behavior.shouldShowAlert()) { in <lambda>()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/builders/
H A DExpoNotificationBuilder.java211 if (getNotificationBehavior().shouldShowAlert()) { in getPriority()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DExpoNotificationBuilder.java211 if (getNotificationBehavior().shouldShowAlert()) { in getPriority()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DExpoNotificationBuilder.java211 if (getNotificationBehavior().shouldShowAlert()) { in getPriority()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DExpoNotificationBuilder.java211 if (getNotificationBehavior().shouldShowAlert()) { in getPriority()
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dnotifications.mdx65 shouldShowAlert: true,
173 shouldShowAlert: true,
/expo/docs/pages/versions/unversioned/sdk/
H A Dnotifications.mdx66 shouldShowAlert: true,
176 shouldShowAlert: true,

12