estimote-indoor-sdk-android / com.estimote.indoorsdk.algorithm / IndoorLocationManager / onScannedBeaconPackets

onScannedBeaconPackets

abstract fun onScannedBeaconPackets(beaconPackets: List<Beacon>): Unit

This is probably the most important method here. Use it to pass scanned beacon data. You can do the scanning using our BeaconManager class.