Home
last modified time | relevance | path

Searched refs:notificationExperienceIsCurrentExperience (Results 1 – 1 of 1) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DScopedNotificationsUtils.kt34 …val notificationExperienceIsCurrentExperience = foreignNotificationExperienceKey != null && experi… in shouldHandleNotification() constant
40 …Notification && (!notificationBelongsToSomeExperience || notificationExperienceIsCurrentExperience) in shouldHandleNotification()