Package 

Interface RangeNotifier


  • 
    public interface RangeNotifier
    
                        

    This interface is implemented by classes that receive beacon ranging notifications

    • Method Summary

      Modifier and Type Method Description
      abstract void didRangeBeaconsInRegion(Collection<Beacon> beacons, Region region) Called once per second to give an estimate of the mDistance to visible beacons
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • didRangeBeaconsInRegion

         abstract void didRangeBeaconsInRegion(Collection<Beacon> beacons, Region region)

        Called once per second to give an estimate of the mDistance to visible beacons

        Parameters:
        beacons - a collection of Beacon objects that have been seen in the past second
        region - the Region object that defines the criteria for the ranged beacons