Package org.altbeacon.beacon.client
Interface BeaconDataFactory
-
- All Known Implementing Classes:
NullBeaconDataFactory
public interface BeaconDataFactoryThis can be configured for the public beacon data store, or a private beacon data store. In the public data store, you can read any value but only write to the values to the beacons you created
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrequestBeaconData(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- Parameters:
beacon-
-
-