-
public interface Radar.RadarBeaconCallbackCalled when a beacon ranging request succeeds, fails, or times out.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonComplete(Radar.RadarStatus status, Array<RadarBeacon> beacons)Called when a beacon ranging request succeeds, fails, or times out. -
-
Method Detail
-
onComplete
abstract Unit onComplete(Radar.RadarStatus status, Array<RadarBeacon> beacons)
Called when a beacon ranging request succeeds, fails, or times out. Receives the request status and, if successful, the nearby beacons.
- Parameters:
status- RadarStatus The request status.beacons- Array<String>?
-
-
-
-