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.
1 parent 673669e commit 874ecc6Copy full SHA for 874ecc6
app/src/main/java/com/fingerprintjs/android/fpjs_pro_demo/domain/identification/IdentificationProvider.kt
@@ -35,7 +35,7 @@ class IdentificationProvider @Inject constructor(
35
endpointUrl = if (it.enabled) it.region.endpointUrl else Credentials.endpointUrl,
36
extendedResponseFormat = true,
37
locationTimeoutMillis = 30000,
38
- allowUseOfLocationData = true
+ allowUseOfLocationData = true,
39
)
40
41
}
0 commit comments