Home
last modified time | relevance | path

Searched refs:opensAppToForeground (Results 1 – 25 of 28) sorted by relevance

12

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationAction.java16 public NotificationAction(String identifier, String title, boolean opensAppToForeground) { in NotificationAction() argument
19 mOpensAppToForeground = opensAppToForeground; in NotificationAction()
60 public boolean opensAppToForeground() { in opensAppToForeground() method in NotificationAction
H A DTextInputNotificationAction.java11 …public TextInputNotificationAction(String identifier, String title, boolean opensAppToForeground, … in TextInputNotificationAction() argument
12 super(identifier, title, opensAppToForeground); in TextInputNotificationAction()
/expo/packages/expo-notifications/src/__tests__/
H A DNotificationCategories-test.ts15 opensAppToForeground: false,
40 opensAppToForeground: false,
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/categories/
H A DExpoNotificationCategoriesModule.kt48 val opensAppToForeground = true in <lambda>() constant in expo.modules.notifications.notifications.categories.NotificationActionRecord.Options
101 actionMap.options.opensAppToForeground, in createResultReceiver()
110 actionMap.options.opensAppToForeground, in createResultReceiver()
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Categories/
H A DEXNotificationCategoriesModule.m111 …if (params[@"options"][@"opensAppToForeground"] == nil || [params[@"options"][@"opensAppToForegrou…
211 …serializedOptions[@"opensAppToForeground"] = [NSNumber numberWithBool:((options & UNNotificationA…
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI47_0_0EXNotificationCategoriesModule.m111 …if (params[@"options"][@"opensAppToForeground"] == nil || [params[@"options"][@"opensAppToForegrou…
211 …serializedOptions[@"opensAppToForeground"] = [NSNumber numberWithBool:((options & UNNotificationA…
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI49_0_0EXNotificationCategoriesModule.m111 …if (params[@"options"][@"opensAppToForeground"] == nil || [params[@"options"][@"opensAppToForegrou…
211 …serializedOptions[@"opensAppToForeground"] = [NSNumber numberWithBool:((options & UNNotificationA…
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI48_0_0EXNotificationCategoriesModule.m111 …if (params[@"options"][@"opensAppToForeground"] == nil || [params[@"options"][@"opensAppToForegrou…
211 …serializedOptions[@"opensAppToForeground"] = [NSNumber numberWithBool:((options & UNNotificationA…
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/categories/serializers/
H A DExpoNotificationsCategoriesSerializer.java52 serializedActionOptions.putBoolean("opensAppToForeground", action.opensAppToForeground()); in toBundle()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/categories/serializers/
H A DExpoNotificationsCategoriesSerializer.java52 serializedActionOptions.putBoolean("opensAppToForeground", action.opensAppToForeground()); in toBundle()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/categories/serializers/
H A DExpoNotificationsCategoriesSerializer.java52 serializedActionOptions.putBoolean("opensAppToForeground", action.opensAppToForeground()); in toBundle()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/categories/serializers/
H A DExpoNotificationsCategoriesSerializer.java52 serializedActionOptions.putBoolean("opensAppToForeground", action.opensAppToForeground()); in toBundle()
/expo/packages/expo-notifications/src/
H A DNotifications.types.ts627 opensAppToForeground?: boolean;
/expo/packages/expo-notifications/build/
H A DNotifications.types.d.ts575 opensAppToForeground?: boolean;
H A DNotifications.types.js.map1 …n a user selects this action.\n * @default true\n */\n opensAppToForeground?: boolean;\…
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/
H A DExpoHandlingDelegate.kt128 if (notificationResponse.action.opensAppToForeground()) { in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/service/delegates/
H A DExpoHandlingDelegate.kt128 if (notificationResponse.action.opensAppToForeground()) { in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/service/delegates/
H A DExpoHandlingDelegate.kt128 if (notificationResponse.action.opensAppToForeground()) { in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/service/delegates/
H A DExpoHandlingDelegate.kt128 if (notificationResponse.action.opensAppToForeground()) { in <lambda>()
/expo/apps/native-component-list/src/screens/
H A DNotificationScreen.tsx59 opensAppToForeground: false,
74 opensAppToForeground: true,
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/
H A DNotificationsService.kt457 if (action.opensAppToForeground()) { in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/service/
H A DNotificationsService.kt457 if (action.opensAppToForeground()) { in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/service/
H A DNotificationsService.kt457 if (action.opensAppToForeground()) { in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/service/
H A DNotificationsService.kt457 if (action.opensAppToForeground()) { in <lambda>()
/expo/apps/test-suite/tests/
H A DNotifications.js619 opensAppToForeground: false, property
628 opensAppToForeground: true, property

12