navigateTo

abstract suspend fun navigateTo(uri: Uri): Boolean

Navigates to the given uri, suspending until navigation has completed. The navigation path value in uri may be a scheme link (deep link) inside of the current application, or an external web or application link.

Return

true if the navigation completed successfully, false if not.

Parameters

uri

the uri for the destination to navigate.