| java.lang.Object | |
| ↳ | com.steerpath.sdk.common.EidHelper |
With EidHelper, you can check if EID is available. If no valid EID is available and your setup uses EID-beacons, positioning won't work
and EID should be downloaded through EidUpdater}
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| interface | EidHelper.EidQueryListener | Responses of query-methods are delivered to this listener. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static EidUpdater |
createEidUpdater(Context context)
Creates default EidUpdater instance.
| ||||||||||
| static void |
queryBuildingsWithInvalidEid(List<String> buildingIds, Date date, EidHelper.EidQueryListener listener)
Checks which buildings does not have valid for given Date.
| ||||||||||
| static void |
queryValidEid(String buildingId, Date date, EidHelper.EidQueryListener listener)
Check is EID is available for given building and date.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Checks which buildings does not have valid for given Date.
Check is EID is available for given building and date.