Searched refs:updateJSONStringForKey (Results 1 – 2 of 2) sorted by relevance
56 …open fun updateJSONStringForKey(key: String, scopeKey: String, updater: (previousValue: String?) -… in updateJSONStringForKey() method in expo.modules.updates.db.dao.JSONDataDao
65 …database.jsonDataDao()!!.updateJSONStringForKey(EXTRA_PARAMS_KEY, configuration.scopeKey!!) { prev… in <lambda>()