TripSessionState

enum TripSessionState : Enum<TripSessionState>

Describes the TripSession's state.

Entries

STARTED
Link copied to clipboard
State when the session is active, running a foreground service and requesting and returning location updates.
STOPPED
Link copied to clipboard
State when the session is inactive.

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: TripSessionState): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<TripSessionState>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int