-
public interface Radar.RadarTripCallbackCalled when a trip update succeeds, fails, or times out.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonComplete(Radar.RadarStatus status, RadarTrip trip, Array<RadarEvent> events)Called when a trip update succeeds, fails, or times out. -
-
Method Detail
-
onComplete
abstract Unit onComplete(Radar.RadarStatus status, RadarTrip trip, Array<RadarEvent> events)
Called when a trip update succeeds, fails, or times out. Receives the request status and, if successful, the trip and an array of the events generated.
- Parameters:
status- RadarStatus The request status.trip- RadarTrip?events- Array<RadarEvent>?
-
-
-
-