public final class ScanContext
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ScanContext.BuilderConfiguration builder is responsible for creating immutable configuration
 which acts as a parameters and callbacks supplier and thus describes
 desired behaviour. | 
| Modifier and Type | Field and Description | 
|---|---|
| static ScanContext | DEFAULTDefault settings which works well on most modern devices | 
| Modifier and Type | Method and Description | 
|---|---|
| ActivityCheckConfiguration | getActivityCheckConfiguration() | 
| EddystoneScanContext | getEddystoneScanContext() | 
| ForceScanConfiguration | getForceScanConfiguration() | 
| IBeaconScanContext | getIBeaconScanContext() | 
| int | getId() | 
| int | getScanMode() | 
| ScanPeriod | getScanPeriod() | 
public static final ScanContext DEFAULT
public int getId()
public ActivityCheckConfiguration getActivityCheckConfiguration()
public IBeaconScanContext getIBeaconScanContext()
public EddystoneScanContext getEddystoneScanContext()
public ForceScanConfiguration getForceScanConfiguration()
public ScanPeriod getScanPeriod()
public int getScanMode()