public class EddystoneDiscoverer extends AbstractDeviceDiscoverer<IEddystoneNamespace,IEddystoneDevice,EddystoneFilter>
| Constructor and Description | 
|---|
| EddystoneDiscoverer(DiscoveryContract discoveryContract,
                   ScanContext scanContext,
                   FutureShufflesCache shufflesCache) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | disable()Disables and clears discoverer. | 
| void | performDiscovery(android.bluetooth.BluetoothDevice bluetoothDevice,
                int rssi,
                byte[] scanRecord)Performs discovery of specific Bluetooth devices. | 
evictInactiveDevices, onResolvedpublic EddystoneDiscoverer(DiscoveryContract discoveryContract, ScanContext scanContext, FutureShufflesCache shufflesCache)
public void performDiscovery(android.bluetooth.BluetoothDevice bluetoothDevice,
                             int rssi,
                             byte[] scanRecord)
BluetoothDeviceDiscovererbluetoothDevice - the bluetooth devicerssi - the rssiscanRecord - scan resultpublic void disable()
BluetoothDeviceDiscovererdisable in interface BluetoothDeviceDiscovererdisable in class AbstractDeviceDiscoverer<IEddystoneNamespace,IEddystoneDevice,EddystoneFilter>