Radar Beacon Callback
interface RadarBeaconCallback
Content copied to clipboard
Called when a beacon ranging request succeeds, fails, or times out.
Functions
onComplete
Link copied to clipboard
abstract fun onComplete(status: Radar.RadarStatus, beacons: Array<RadarBeacon>? = null)
Content copied to clipboard