Fairmatic Beacon Scan Callback
interface FairmaticBeaconScanCallback
The callback returned to the application as a result of a call to FairmaticVehicleTagging.getNearbyBeacons. It is invoked upon completion of BLE scanning.
Functions
Link copied to clipboard
abstract fun onComplete(result: FairmaticVehicleTaggingOperationResult, nearbyBeacons: MutableList<FairmaticScannedBeaconInfo>)
Invoked when the BLE scan is complete.