NavigationCallback

A callback interface for handling navigation-related updates and errors.

Parameters

T

The type of the navigation result.

Functions

Link copied to clipboard
abstract fun onError(throwable: Throwable)

Called when an error occurs during navigation.

Link copied to clipboard
abstract fun onUpdate(result: T)

Called when a navigation update is available.