TripSessionStateObserver

fun fun interface TripSessionStateObserver

Interface to provide opportunity to fetch TripSession state updates

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onSessionStateChanged
Link copied to clipboard
abstract fun onSessionStateChanged(tripSessionState: TripSessionState)
Called whenever TripSession state has changed like Start/Stop session
toString
Link copied to clipboard
open fun toString(): String