You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,6 +210,29 @@ void identify() async {
210
210
}
211
211
```
212
212
213
+
### Proximity Detection
214
+
215
+
Proximity detection is a complementary, location-based signal available only on mobile platforms.
216
+
More info you can find in [Android SDK documentation](https://dev.fingerprint.com/docs/native-android-integration#/proximity-detection-for-android-devices) or in
For Android platform it's possible to configure the location retrieval timeout by setting the `locationTimeoutMillis` option to a desired value. By default, it's set to 5 seconds.
0 commit comments