Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/utils/
H A DJSONUtils.kt12 @JvmStatic fun getJSONString(item: Any): String { in getJSONString() method
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DNotificationHelper.kt37 import host.exp.exponent.utils.JSONUtils.getJSONString
492 if (data.containsKey("data")) getJSONString(data["data"]!!) else "" in showNotification()