onComplete

abstract fun onComplete(status: Radar.RadarStatus, beacons: Array<RadarBeacon>? = null)

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? If successful, the nearby beacons.