public final class IBeaconScanContext
extends java.lang.Object
EventType),
 rssi signal manipulation,
 sorting devices by their distance from Android device,
 notifying events with updated device with specific interval| Modifier and Type | Class and Description | 
|---|---|
| static class  | IBeaconScanContext.BuilderSpecifies the context within which the Android device should scan iBeacon devices. | 
| Modifier and Type | Field and Description | 
|---|---|
| static IBeaconScanContext | DEFAULTThe DEFAULT IBeacon Scan Context includes all event types to be notified and no filters. | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getDevicesUpdateCallbackInterval() | 
| DistanceSort | getDistanceSort() | 
| java.util.Collection<EventType> | getEventTypes() | 
| java.util.Collection<IBeaconFilter> | getFilters()Provides IBeacon filters. | 
| int | getId() | 
| RssiCalculator | getRssiCalculator() | 
| java.util.Collection<IBeaconRegion> | getSpaces() | 
public static final IBeaconScanContext DEFAULT
IBeaconScanContext notifies about every iBeacon
 presence regardless of its belonging to any specific Region.public java.util.Collection<IBeaconRegion> getSpaces()
public java.util.Collection<IBeaconFilter> getFilters()
public int getId()
public long getDevicesUpdateCallbackInterval()
public RssiCalculator getRssiCalculator()
public DistanceSort getDistanceSort()
public java.util.Collection<EventType> getEventTypes()