Home
last modified time | relevance | path

Searched defs:opensAppToForeground (Results 1 – 4 of 4) sorted by relevance

/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()
60 public boolean opensAppToForeground() { in opensAppToForeground() method in NotificationAction
H A DTextInputNotificationAction.java11 …public TextInputNotificationAction(String identifier, String title, boolean opensAppToForeground, … in TextInputNotificationAction()
/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
/expo/apps/test-suite/tests/
H A DNotifications.js619 opensAppToForeground: false, property
628 opensAppToForeground: true, property