Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotification.kt32 put(NotificationConstants.NOTIFICATION_DATA_KEY, body) in toJSONObject()
48 call("putString", NotificationConstants.NOTIFICATION_DATA_KEY, body) in toWriteableMap()
66 val body = jsonObject.getNullable(NotificationConstants.NOTIFICATION_DATA_KEY) in fromJSONObjectString()
H A DNotificationConstants.kt8 const val NOTIFICATION_DATA_KEY = "data" constant