Skip to content

Instantly share code, notes, and snippets.

@agap
Last active June 23, 2020 20:24
Show Gist options
  • Save agap/136eee8035ad30fb5029162a979d870e to your computer and use it in GitHub Desktop.
Save agap/136eee8035ad30fb5029162a979d870e to your computer and use it in GitHub Desktop.
override fun onResume() {
super.onResume()
beaconScanner.start()
}
override fun onPause() {
beaconScanner.stop()
super.onPause()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment