Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DScopedNotificationsUtils.kt31 val foreignNotificationExperienceScopeKey = foreignNotification.first in shouldHandleNotification() constant
32 …val foreignNotificationExperienceKey = foreignNotificationExperienceScopeKey?.let { ExperienceKey(… in shouldHandleNotification()
35 …val notificationIsPersistentExponentNotification = foreignNotificationExperienceScopeKey == null &… in shouldHandleNotification()