Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DNotificationConstants.kt5 @Deprecated(message = "") const val NOTIFICATION_MESSAGE_KEY = "message" constant
H A DExponentNotification.kt31 put(NotificationConstants.NOTIFICATION_MESSAGE_KEY, body) // deprecated in toJSONObject()
67 ?: jsonObject.getString(NotificationConstants.NOTIFICATION_MESSAGE_KEY) in fromJSONObjectString()