Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun NavigationManagerListener(onInfoChanged: (info: NavigationInfo) -> Unit, onStarted: (navigation: Navigation) -> Unit? = null, onStopped: (navigation: Navigation) -> Unit? = null, onArrived: (navigation: Navigation) -> Unit? = null, onFailed: (error: Throwable) -> Unit? = null, onRecalculated: (navigation: Navigation) -> Unit? = null): NavigationManagerListener