Radar Trip Callback
interface RadarTripCallback
Content copied to clipboard
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)
Content copied to clipboard