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

onScannedLocationPackets

abstract fun onScannedLocationPackets(locationPackets: List<EstimoteLocation>): 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.