We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9182394 + 3b88c96 commit 172da3fCopy full SHA for 172da3f
android/src/main/java/com/siftreactnative/SiftReactNativeModule.kt
@@ -27,11 +27,13 @@ class SiftReactNativeModule(reactContext: ReactApplicationContext) : ReactContex
27
Sift.Config.Builder()
28
.withAccountId(accountId)
29
.withBeaconKey(beaconKey)
30
+ .withDisallowLocationCollection(disallowCollectingLocationData)
31
.build()
32
} else {
33
34
35
36
37
.withServerUrlFormat(serverUrlFormat)
38
39
}
0 commit comments