Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DNotificationHelper.kt498 …val notificationEvent = ReceivedNotificationEvent(experienceScopeKey, body, id, isMultiple = false… in showNotification() constant
501 …intent.putExtra(KernelConstants.NOTIFICATION_OBJECT_KEY, notificationEvent.toJSONObject(null).toSt… in showNotification()
545 EventBus.getDefault().post(notificationEvent) in showNotification()