Skip to content

Instantly share code, notes, and snippets.

@agap
Last active June 23, 2020 20:50
Show Gist options
  • Save agap/d7de45fba6cbf66a8a0ea668be94224e to your computer and use it in GitHub Desktop.
Save agap/d7de45fba6cbf66a8a0ea668be94224e 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()
.build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment