NavigationRouterRefreshCallback

interface NavigationRouterRefreshCallback

Interface definition for a callback associated with routes refresh.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onFailure
Link copied to clipboard
abstract fun onFailure(error: NavigationRouterRefreshError)
Called when an error has occurred while refreshing the route.
onRefreshReady
Link copied to clipboard
abstract fun onRefreshReady(route: NavigationRoute)
Called with a new instance of NavigationRoute with the underlying DirectionsRoute refreshed.
toString
Link copied to clipboard
open fun toString(): String