Package 

Class ExtraDataBeaconTracker

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class ExtraDataBeaconTracker
     implements Serializable
                        

    Keeps track of beacons that have ever been seen and merges them together depending on configured beacon parsers Created by dyoung on 5/5/15.

    • Method Summary

      Modifier and Type Method Description
      synchronized Beacon track(@NonNull() Beacon beacon) Tracks a beacon.
      • Methods inherited from class java.lang.Object

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

      • ExtraDataBeaconTracker

        ExtraDataBeaconTracker()
      • ExtraDataBeaconTracker

        ExtraDataBeaconTracker(boolean matchBeaconsByServiceUUID)
    • Method Detail

      • track

        @Nullable() synchronized Beacon track(@NonNull() Beacon beacon)

        Tracks a beacon. For Gatt-based beacons, returns a merged copy of fields from multiple frames. Returns null when passed a Gatt-based beacon that has is only extra beacon data.