Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DDetachActivity.kt19 abstract fun publishedUrl(): String? in publishedUrl() method in host.exp.exponent.experience.DetachActivity
27 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()
/expo/android/app/src/main/java/host/exp/exponent/
H A DMainActivity.kt10 override fun publishedUrl(): String { in publishedUrl() method in host.exp.exponent.MainActivity