Skip to content

Commit 172da3f

Browse files
Merge pull request #32 from SanoopC/MSUE-211
2 parents 9182394 + 3b88c96 commit 172da3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android/src/main/java/com/siftreactnative/SiftReactNativeModule.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@ class SiftReactNativeModule(reactContext: ReactApplicationContext) : ReactContex
2727
Sift.Config.Builder()
2828
.withAccountId(accountId)
2929
.withBeaconKey(beaconKey)
30+
.withDisallowLocationCollection(disallowCollectingLocationData)
3031
.build()
3132
} else {
3233
Sift.Config.Builder()
3334
.withAccountId(accountId)
3435
.withBeaconKey(beaconKey)
36+
.withDisallowLocationCollection(disallowCollectingLocationData)
3537
.withServerUrlFormat(serverUrlFormat)
3638
.build()
3739
}

0 commit comments

Comments
 (0)