Last active
April 26, 2020 09:13
-
-
Save mohsenoid/e08c8761f1dc4a58446b2723ba1971f9 to your computer and use it in GitHub Desktop.
CloseToMe - Builder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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