class EstimoteIndoorHelper
Helper for setting up connections between IndoorLocationManager, IndoorLocationView and BeaconManager. It hooks necessary listeners for you, so the whole system will provide you with complete experience. If you need to do some custom setup, you would need to setup all listeners by yourself. The flow is rather simple:
Author
Pawel Dylag (pawel.dylag@estimote.com)
EstimoteIndoorHelper()
Helper for setting up connections between IndoorLocationManager, IndoorLocationView and BeaconManager. It hooks necessary listeners for you, so the whole system will provide you with complete experience. If you need to do some custom setup, you would need to setup all listeners by yourself. The flow is rather simple: |
val INDOOR_FOREGROUND_SCAN_MILLIS: Long |
|
val INDOOR_FOREGROUND_WAIT_MILLIS: Long |
fun setupIndoorPositioning(beaconManager: BeaconManager, indoorLocationManager: IndoorLocationManager, indoorLocationView: IndoorLocationView): Unit |