Package org.altbeacon.beacon.service
Class DetectionTracker
- java.lang.Object
-
- org.altbeacon.beacon.service.DetectionTracker
-
public class DetectionTracker extends Object
Created by dyoung on 1/10/15.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DetectionTrackergetInstance()longgetLastDetectionTime()voidrecordDetection()
-
-
-
Method Detail
-
getInstance
public static DetectionTracker getInstance()
-
getLastDetectionTime
public long getLastDetectionTime()
-
recordDetection
public void recordDetection()
-
-