Skip to content

Instantly share code, notes, and snippets.

@mohsenoid
Created April 26, 2020 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohsenoid/623ee0f227d329c1f72a398e90042e20 to your computer and use it in GitHub Desktop.
Save mohsenoid/623ee0f227d329c1f72a398e90042e20 to your computer and use it in GitHub Desktop.
CloseToMe - Start
closeToMe.start(object : CloseToMeCallback {
override fun onSuccess() {
log("Beacon started successfully!")
}
override fun onError(throwable: Throwable) {
log(throwable.message)
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment