DEVICE_ID - - beacon or eddystone idpublic interface IFutureId<DEVICE_ID>
queriedBy - device id which was used to http request
resolved - resolved device id
uniqueId - unique id of resolved device
futureIds - set of device ids which will transmitted in the future
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | FUTURE_SHUFFLES | 
| static java.lang.String | QUERIED_BY | 
| static java.lang.String | RESOLVED | 
| static java.lang.String | UNIQUE_ID | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<DEVICE_ID> | getFutureIds() | 
| DEVICE_ID | getQueriedBy() | 
| DEVICE_ID | getResolved() | 
| java.lang.String | getUniqueId() | 
static final java.lang.String QUERIED_BY
static final java.lang.String RESOLVED
static final java.lang.String FUTURE_SHUFFLES
static final java.lang.String UNIQUE_ID