Searched refs:getRuntimeVersion (Results 1 – 16 of 16) sorted by relevance
47 Assert.assertEquals("38.0.0", UpdatesUtils.getRuntimeVersion(sdkOnlyConfig)) in testGetRuntimeVersion()51 Assert.assertEquals("1.0", UpdatesUtils.getRuntimeVersion(runtimeOnlyConfig)) in testGetRuntimeVersion()57 Assert.assertEquals("1.0", UpdatesUtils.getRuntimeVersion(bothConfig)) in testGetRuntimeVersion()65 Assert.assertEquals("1", UpdatesUtils.getRuntimeVersion(neitherConfig)) in testGetRuntimeVersion_neitherDefined()
69 expect(UpdatesUtils.getRuntimeVersion(withConfig: sdkOnlyConfig)) == "38.0.0" in spec()77 expect(UpdatesUtils.getRuntimeVersion(withConfig: runtimeOnlyConfig)) == "1.0" in spec()86 expect(UpdatesUtils.getRuntimeVersion(withConfig: bothConfig)) == "1.0" in spec()
31 fun getRuntimeVersion(): String = json.require("runtimeVersion") in getRuntimeVersion() method38 val runtimeVersion = getRuntimeVersion() in getRuntimeVersion()
16 fun getRuntimeVersion(): String? = json.getNullable("runtimeVersion") method
56 runtimeVersion: UpdatesUtils.getRuntimeVersion(withConfig: config),
89 val runtimeVersion = UpdatesUtils.getRuntimeVersion(configuration) in fromBareManifest()
96 val runtimeVersion = manifest.getRuntimeVersion() in <lambda>()
116 …val runtimeVersion = manifest.getRuntimeVersion() ?: manifest.getExpoGoSDKVersion() ?: throw Excep… in fromLegacyManifest()
127 withRuntimeVersion: UpdatesUtils.getRuntimeVersion(withConfig: self.config) in appController()171 withRuntimeVersion: UpdatesUtils.getRuntimeVersion(withConfig: config) in appController()
348 internal static func getRuntimeVersion(withConfig config: UpdatesConfig) -> String { in getRuntimeVersion() function
236 fun getRuntimeVersion(updatesConfiguration: UpdatesConfiguration): String { in <lambda>() method
107 UpdatesUtils.getRuntimeVersion(updatesConfiguration)
246 internal static func getRuntimeVersion(withConfig config: UpdatesConfig) -> String { in getRuntimeVersion() function
127 withRuntimeVersion: UpdatesUtils.getRuntimeVersion(withConfig: self.config) in appController()
17 - Replace `getRuntimeVersion` / `getRuntimeVersionNullable` with `getRuntimeVersionAsync` / `getRun…