Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DReceivedNotificationEvent.kt8 isMultiple: Boolean,
10 ) : ExponentNotification(experienceScopeKey, body, notificationId, isMultiple, isRemote)
H A DExponentNotification.kt14 val isMultiple: Boolean, constant in host.exp.exponent.notifications.ExponentNotification
34 put(NotificationConstants.NOTIFICATION_IS_MULTIPLE_KEY, isMultiple) in toJSONObject()
50 call("putBoolean", NotificationConstants.NOTIFICATION_IS_MULTIPLE_KEY, isMultiple) in toWriteableMap()
H A DNotificationHelper.kt498 …icationEvent = ReceivedNotificationEvent(experienceScopeKey, body, id, isMultiple = false, isRemot… in showNotification()
520 …onEventInner = ReceivedNotificationEvent(experienceScopeKey, body, id, isMultiple = false, isRemot… in showNotification()