NavigationSessionStateObserver

fun fun interface NavigationSessionStateObserver

Callback that provides the various session states that can happen within a navigation session

See also

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onNavigationSessionStateChanged
Link copied to clipboard
abstract fun onNavigationSessionStateChanged(navigationSession: NavigationSessionState)
Called whenever the navigation session state has changed
toString
Link copied to clipboard
open fun toString(): String