Searched refs:publishedUrl (Results 1 – 2 of 2) sorted by relevance
19 abstract fun publishedUrl(): String? in publishedUrl() method in host.exp.exponent.experience.DetachActivity27 Constants.INITIAL_URL = if (isDebug) developmentUrl() else publishedUrl() in publishedUrl()50 } else if (isDebug && kernel.hasOptionsForManifestUrl(publishedUrl())) { in shouldCheckOptions()52 handleOptions(kernel.popOptionsForManifestUrl(publishedUrl())!!) in shouldCheckOptions()
10 override fun publishedUrl(): String { in publishedUrl() method in host.exp.exponent.MainActivity