Skip to content

Instantly share code, notes, and snippets.

@dbarks1024
Created October 23, 2018 13:08
Show Gist options
  • Save dbarks1024/8cd2080e129e4be87b59105ce1ca945c to your computer and use it in GitHub Desktop.
Save dbarks1024/8cd2080e129e4be87b59105ce1ca945c to your computer and use it in GitHub Desktop.
class NerdLevelReceiver : BroadcastReceiver() {
override fun onReceive(context: Context, intent: Intent) {
// Handle the range data from the Intent
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment