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 874ecc6 commit 846d4afCopy full SHA for 846d4af
app/src/main/java/com/fingerprintjs/android/fpjs_pro_demo/domain/identification/IdentificationProvider.kt
@@ -34,7 +34,7 @@ class IdentificationProvider @Inject constructor(
34
apiKey = if (it.enabled) it.public else Credentials.apiKey,
35
endpointUrl = if (it.enabled) it.region.endpointUrl else Credentials.endpointUrl,
36
extendedResponseFormat = true,
37
- locationTimeoutMillis = 30000,
+ locationTimeoutMillis = 30_000L,
38
allowUseOfLocationData = true,
39
)
40
0 commit comments