Interface BeaconDataFactory

  • All Known Implementing Classes:
    NullBeaconDataFactory

    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 Detail

      • requestBeaconData

        void requestBeaconData​(Beacon beacon,
                               BeaconDataNotifier notifier)
        Asynchronous call When data is available, it is passed back to the beaconDataNotifier interface
        Parameters:
        beacon -