| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/ |
| H A D | NotificationBehavior.java | 26 …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 D | NotificationsHandler.kt | 20 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 D | NotificationsHandler.java | 107 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 D | NotificationsHandler.java | 107 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 D | NotificationsHandler.java | 107 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 D | receiving-notifications.mdx | 45 - `shouldShowAlert` 52 shouldShowAlert: true,
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | ExpoApisScreen.tsx | 12 shouldShowAlert: true,
|
| /expo/apps/test-suite/tests/ |
| H A D | Notifications.js | 143 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 D | Notifications.types.ts | 576 shouldShowAlert: boolean; property
|
| /expo/packages/expo-notifications/ios/EXNotifications/Notifications/Handler/ |
| H A D | EXSingleNotificationHandlerTask.m | 9 static NSString * const shouldShowAlertKey = @"shouldShowAlert";
|
| /expo/packages/expo-notifications/build/ |
| H A D | Notifications.types.d.ts | 525 shouldShowAlert: boolean; property
|
| H A D | NotificationsHandler.js.map | 1 …tificationHandler({\n * handleNotification: async () => ({\n * shouldShowAlert: true,\n * …
|
| /expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Handler/ |
| H A D | ABI47_0_0EXSingleNotificationHandlerTask.m | 9 static NSString * const shouldShowAlertKey = @"shouldShowAlert";
|
| /expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Handler/ |
| H A D | ABI49_0_0EXSingleNotificationHandlerTask.m | 9 static NSString * const shouldShowAlertKey = @"shouldShowAlert";
|
| /expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Handler/ |
| H A D | ABI48_0_0EXSingleNotificationHandlerTask.m | 9 static NSString * const shouldShowAlertKey = @"shouldShowAlert";
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/ |
| H A D | ExpoPresentationDelegate.kt | 88 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 D | ExpoPresentationDelegate.kt | 89 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 D | ExpoPresentationDelegate.kt | 89 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 D | ExpoPresentationDelegate.kt | 89 if (behavior != null && !behavior.shouldShowAlert()) { in <lambda>()
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/builders/ |
| H A D | ExpoNotificationBuilder.java | 211 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 D | ExpoNotificationBuilder.java | 211 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 D | ExpoNotificationBuilder.java | 211 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 D | ExpoNotificationBuilder.java | 211 if (getNotificationBehavior().shouldShowAlert()) { in getPriority()
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | notifications.mdx | 65 shouldShowAlert: true, 173 shouldShowAlert: true,
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | notifications.mdx | 66 shouldShowAlert: true, 176 shouldShowAlert: true,
|