Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotification.kt35 put(NotificationConstants.NOTIFICATION_REMOTE_KEY, isRemote) in toJSONObject()
51 call("putBoolean", NotificationConstants.NOTIFICATION_REMOTE_KEY, isRemote) in toWriteableMap()
75 jsonObject.getBoolean(NotificationConstants.NOTIFICATION_REMOTE_KEY) in fromJSONObjectString()
H A DNotificationConstants.kt13 const val NOTIFICATION_REMOTE_KEY = "remote" constant