Searched refs:isMultiple (Results 1 – 3 of 3) sorted by relevance
| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/ |
| H A D | ReceivedNotificationEvent.kt | 8 isMultiple: Boolean, 10 ) : ExponentNotification(experienceScopeKey, body, notificationId, isMultiple, isRemote)
|
| H A D | ExponentNotification.kt | 14 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 D | NotificationHelper.kt | 498 …icationEvent = ReceivedNotificationEvent(experienceScopeKey, body, id, isMultiple = false, isRemot… in showNotification() 520 …onEventInner = ReceivedNotificationEvent(experienceScopeKey, body, id, isMultiple = false, isRemot… in showNotification()
|