Skip to content

Instantly share code, notes, and snippets.

@agap
Last active June 23, 2020 20:49
Show Gist options
  • Save agap/9e261d181dc8b29cfda3511716c9ea07 to your computer and use it in GitHub Desktop.
Save agap/9e261d181dc8b29cfda3511716c9ea07 to your computer and use it in GitHub Desktop.
val beaconScanner = BeaconScanner.Builder(this)
.setBeaconBatchListener { beacons: Collection<Beacon> ->
// do something with your beacons here
}
.setRangingEnabled(
ArmaFilter.Builder()
)
.build()
beaconScanner.start()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment