Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotification.kt34 put(NotificationConstants.NOTIFICATION_IS_MULTIPLE_KEY, isMultiple) in toJSONObject()
50 call("putBoolean", NotificationConstants.NOTIFICATION_IS_MULTIPLE_KEY, isMultiple) in toWriteableMap()
74 jsonObject.getBoolean(NotificationConstants.NOTIFICATION_IS_MULTIPLE_KEY), in fromJSONObjectString()
H A DNotificationConstants.kt11 const val NOTIFICATION_IS_MULTIPLE_KEY = "isMultiple" constant