-
- All Implemented Interfaces:
-
org.altbeacon.beacon.client.BeaconDataFactory
public class NullBeaconDataFactory implements BeaconDataFactory
-
-
Method Summary
Modifier and Type Method Description void
requestBeaconData(Beacon beacon, BeaconDataNotifier notifier)
Asynchronous call When data is available, it is passed back to the beaconDataNotifier interface -
-
Method Detail
-
requestBeaconData
void requestBeaconData(Beacon beacon, BeaconDataNotifier notifier)
Asynchronous call When data is available, it is passed back to the beaconDataNotifier interface
-
-
-
-