Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/modules/
H A DExponentKernelModule.kt77 val sessionJsonObject = JSONObject(sessionString) in getSessionAsync() constant
78 val session = Arguments.fromBundle(BundleJSONConverter.convertToBundle(sessionJsonObject)) in getSessionAsync()
89 val sessionJsonObject = JSONObject(session.toHashMap()) in setSessionAsync() constant
90 exponentSharedPreferences.updateSession(sessionJsonObject) in setSessionAsync()