Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DScopedNotificationsUtils.kt33 …NotificationExperienceKey != null && exponentNotificationManager.getAllNotificationsIds(foreignNot… in shouldHandleNotification()
H A DExponentNotificationManager.kt192 fun getAllNotificationsIds(experienceKey: ExperienceKey): List<Int> { in getAllNotificationsIds() method in host.exp.exponent.notifications.ExponentNotificationManager