Package 

Interface BeaconDataFactory


  • 
    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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait