-
public interface BeaconDataFactory
This 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
Modifier and Type Method Description abstract void
requestBeaconData(Beacon beacon, BeaconDataNotifier notifier)
Asynchronous call When data is available, it is passed back to the beaconDataNotifier interface -
-
Method Detail
-
requestBeaconData
abstract void requestBeaconData(Beacon beacon, BeaconDataNotifier notifier)
Asynchronous call When data is available, it is passed back to the beaconDataNotifier interface
-
-
-
-