Skip to content

Instantly share code, notes, and snippets.

@mohsenoid
Last active April 26, 2020 09:13
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/e08c8761f1dc4a58446b2723ba1971f9 to your computer and use it in GitHub Desktop.
Save mohsenoid/e08c8761f1dc4a58446b2723ba1971f9 to your computer and use it in GitHub Desktop.
CloseToMe - Builder
closeToMe = CloseToMe.Builder(context, manufacturerUuid)
.setUserUuid(userUuid)
.setMajor(1U)
.setMinor(1U)
.setVisibilityDistanceMeter(3.0)
.setVisibilityTimeoutMs(5_000)
.build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment