Package com.zebra.scannercontrol.beacon
Interface IDcsBeaconEvents
public interface IDcsBeaconEvents
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
onBeaconRemoved
(ArrayList<ZebraBeacon> beacons, ZebraBeacon beacon) void
onBeaconUpdated
(ArrayList<ZebraBeacon> beacons, ZebraBeacon beacon) void
onFoundBeacon
(ArrayList<ZebraBeacon> beacons, ZebraBeacon beacon)
-
Method Details
-
onFoundBeacon
-
getBeaconScanEnable
boolean getBeaconScanEnable() -
onBeaconUpdated
-
onBeaconRemoved
-
getBeaconFilters
ZebraBeaconFilter getBeaconFilters()
-