| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/ |
| H A D | NotificationAction.java | 16 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 D | TextInputNotificationAction.java | 11 …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 D | NotificationCategories-test.ts | 15 opensAppToForeground: false, 40 opensAppToForeground: false,
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/categories/ |
| H A D | ExpoNotificationCategoriesModule.kt | 48 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 D | EXNotificationCategoriesModule.m | 111 …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 D | ABI47_0_0EXNotificationCategoriesModule.m | 111 …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 D | ABI49_0_0EXNotificationCategoriesModule.m | 111 …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 D | ABI48_0_0EXNotificationCategoriesModule.m | 111 …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 D | ExpoNotificationsCategoriesSerializer.java | 52 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 D | ExpoNotificationsCategoriesSerializer.java | 52 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 D | ExpoNotificationsCategoriesSerializer.java | 52 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 D | ExpoNotificationsCategoriesSerializer.java | 52 serializedActionOptions.putBoolean("opensAppToForeground", action.opensAppToForeground()); in toBundle()
|
| /expo/packages/expo-notifications/src/ |
| H A D | Notifications.types.ts | 627 opensAppToForeground?: boolean;
|
| /expo/packages/expo-notifications/build/ |
| H A D | Notifications.types.d.ts | 575 opensAppToForeground?: boolean;
|
| H A D | Notifications.types.js.map | 1 …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 D | ExpoHandlingDelegate.kt | 128 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 D | ExpoHandlingDelegate.kt | 128 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 D | ExpoHandlingDelegate.kt | 128 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 D | ExpoHandlingDelegate.kt | 128 if (notificationResponse.action.opensAppToForeground()) { in <lambda>()
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | NotificationScreen.tsx | 59 opensAppToForeground: false, 74 opensAppToForeground: true,
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/ |
| H A D | NotificationsService.kt | 457 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 D | NotificationsService.kt | 457 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 D | NotificationsService.kt | 457 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 D | NotificationsService.kt | 457 if (action.opensAppToForeground()) { in <lambda>()
|
| /expo/apps/test-suite/tests/ |
| H A D | Notifications.js | 619 opensAppToForeground: false, property 628 opensAppToForeground: true, property
|