Skip to content

Instantly share code, notes, and snippets.

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