on Complete
abstract fun onComplete(status: Radar.RadarStatus, beacons: Array<RadarBeacon>? = null)
Content copied to clipboard
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