NavigationHandler

An handler that can be supplied by the host application to control behaviors around link navigation.

Functions

Link copied to clipboard
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.