Home
last modified time | relevance | path

Searched defs:sessionString (Results 1 – 2 of 2) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/storage/
H A DExponentSharedPreferences.kt84 val sessionString = getString(ExponentSharedPreferencesKey.EXPO_AUTH_SESSION) constant in host.exp.exponent.storage.ExponentSharedPreferences
/expo/android/expoview/src/main/java/host/exp/exponent/modules/
H A DExponentKernelModule.kt70 …val sessionString = exponentSharedPreferences.getString(ExponentSharedPreferences.ExponentSharedPr… in getSessionAsync() constant