@LevelUpApi(contract=INTERNAL) @ThreadSafe public interface BeaconScanner
Modifier and Type | Method and Description |
---|---|
void |
startScan(Context context,
BeaconScanListener listener)
Start scanning for beacons.
|
void |
stopScan(Context context)
Stop scanning for beacons.
|
void startScan(Context context, BeaconScanListener listener)
listener
and results will no longer be delivered to the previous listener.context
- The Application context.listener
- The listener that will receive beacon scan results.void stopScan(Context context)
startScan(android.content.Context, com.scvngr.levelup.beacon.BeaconScanListener)
.context
- The Application context.