Home
last modified time | relevance | path

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

/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/
H A DRemoteUpdate.kt18 fun fromJSONString(jsonString: String): UpdateDirective { in fromJSONString() method
H A DFileDownloader.kt388 val directiveForProjectInformation = UpdateDirective.fromJSONString(body) in <lambda>()
403 …ack.onSuccess(UpdateResponsePart.DirectiveUpdateResponsePart(UpdateDirective.fromJSONString(body))) in <lambda>()