RadarTripCallback

interface RadarTripCallback

Called when a trip update succeeds, fails, or times out.

Functions

onComplete
Link copied to clipboard
abstract fun onComplete(status: Radar.RadarStatus, trip: RadarTrip? = null, events: Array<RadarEvent>? = null)
Called when a trip update succeeds, fails, or times out.