Searched refs:httpManifestUrl (Results 1 – 3 of 3) sorted by relevance
125 val httpManifestUrl = exponentManifest.httpManifestUrl(manifestUrl) in start() constant130 httpManifestUrl.getQueryParameter(ExponentManifest.QUERY_PARAM_KEY_RELEASE_CHANNEL) in start()136 configMap[UpdatesConfiguration.UPDATES_CONFIGURATION_UPDATE_URL_KEY] = httpManifestUrl in start()137 configMap[UpdatesConfiguration.UPDATES_CONFIGURATION_SCOPE_KEY_KEY] = httpManifestUrl.toString() in start()
44 fun httpManifestUrl(manifestUrl: String): Uri { in onLoadBitmap() method70 val httpManifestUrl = ExponentUrls.toHttp(realManifestUrl) in httpManifestUrlBuilder() constant71 val uri = Uri.parse(httpManifestUrl) in httpManifestUrlBuilder()
33 @property (nonatomic, strong, nullable) NSURL *httpManifestUrl; property346 NSURL *httpManifestUrl = [[self class] _httpUrlFromManifestUrl:_manifestUrl];351 …NSURLComponents *manifestUrlComponents = [NSURLComponents componentsWithURL:httpManifestUrl resolv…356 EXUpdatesConfig.EXUpdatesConfigUpdateUrlKey: httpManifestUrl.absoluteString,358 EXUpdatesConfig.EXUpdatesConfigScopeKeyKey: httpManifestUrl.absoluteString,