-
public interface Radar.RadarTrackCallbackCalled when a track request succeeds, fails, or times out.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonComplete(Radar.RadarStatus status, Location location, Array<RadarEvent> events, RadarUser user)Called when a track request succeeds, fails, or times out. -
-
Method Detail
-
onComplete
abstract Unit onComplete(Radar.RadarStatus status, Location location, Array<RadarEvent> events, RadarUser user)
Called when a track request succeeds, fails, or times out. Receives the request status and, if successful, the user's location, an array of the events generated, and the user.
- Parameters:
status- RadarStatus The request status.location- Location?events- Array<RadarEvent>?user- RadarUser?
-
-
-
-