public interface ZendriveBeaconScanCallback
ZendriveVehicleTagging.getNearbyBeacons(Context, UUID, Integer, Integer,
ZendriveBeaconScanCallback)
. It is invoked upon completion of of BLE scanning.Modifier and Type | Method and Description |
---|---|
void |
onComplete(ZendriveVehicleTaggingOperationResult result,
List<ZendriveScannedBeaconInfo> nearbyBeacons) |
void onComplete(ZendriveVehicleTaggingOperationResult result, List<ZendriveScannedBeaconInfo> nearbyBeacons)
result
- The result of the beacon scanning operation. If the scanning is
successful, ZendriveVehicleTaggingOperationResult.SUCCESS
is
returned, otherwise, one of the error codes is returned.nearbyBeacons
- List of ZendriveScannedBeaconInfo
found during the scan.
The value is null if the operation finishes with a result other
than ZendriveVehicleTaggingOperationResult.SUCCESS
.