Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DReceivedNotificationEvent.kt4 class ReceivedNotificationEvent( class
H A DNotificationHelper.kt498 …val notificationEvent = ReceivedNotificationEvent(experienceScopeKey, body, id, isMultiple = false… in showNotification()
520 …val notificationEventInner = ReceivedNotificationEvent(experienceScopeKey, body, id, isMultiple = … in showNotification()
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DExperienceActivity.kt570 fun onEventMainThread(event: ReceivedNotificationEvent) { in <lambda>()