public class IBeaconDiscoverer extends AbstractDeviceDiscoverer<IBeaconRegion,IBeaconDevice,IBeaconFilter>
| Constructor and Description | 
|---|
| IBeaconDiscoverer(ScanContext scanContext,
                 DiscoveryContract discoveryContract,
                 FutureShufflesCache cache) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | disable()Disables and clears discoverer. | 
| void | performDiscovery(android.bluetooth.BluetoothDevice device,
                int rssi,
                byte[] scanRecord)Performs discovery of specific Bluetooth devices. | 
evictInactiveDevices, onResolvedpublic IBeaconDiscoverer(ScanContext scanContext, DiscoveryContract discoveryContract, FutureShufflesCache cache)
public void performDiscovery(android.bluetooth.BluetoothDevice device,
                             int rssi,
                             byte[] scanRecord)
BluetoothDeviceDiscovererdevice - the bluetooth devicerssi - the rssiscanRecord - scan resultpublic void disable()
BluetoothDeviceDiscovererdisable in interface BluetoothDeviceDiscovererdisable in class AbstractDeviceDiscoverer<IBeaconRegion,IBeaconDevice,IBeaconFilter>