{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
interface UriHandler
AndroidUriHandler
An interface of providing platform specific URL handling.
Unit
openUri(uri: String)
Open given URL in browser
fun openUri(uri: String): Unit