Releases: radarlabs/radar-sdk-android
Releases · radarlabs/radar-sdk-android
3.20.0
3.19.0
- Adds a
desiredAccuracy
param toRadar.trackVerified()
andRadar.getVerifiedLocationToken()
. UseMEDIUM
(default) for medium accuracy (generally prefers wi-fi) and lowest latency, orHIGH
for highest accuracy (generally prefers GPS) and slightly higher latency. - Adds
Radar.clearVerifiedLocationToken()
to clear the last location token (e.g., on logout). - When calling
Radar.startTrackingVerified()
, if the last location token is valid, avoids fetching a fresh location token immediately and simply schedules the next location check.
3.19.0-beta.3
- Adds a
desiredAccuracy
param toRadar.trackVerified()
andRadar.getVerifiedLocationToken()
. UseMEDIUM
(default) for medium accuracy (generally prefers wi-fi) and lowest latency, orHIGH
for highest accuracy (generally prefers GPS) and slightly higher latency. - Adds
Radar.clearVerifiedLocationToken()
to clear the last location token (e.g., on logout). - When calling
Radar.startTrackingVerified()
, if the last location token is valid, avoids fetching a fresh location token immediately and simply schedules the next location check.
3.18.11
- Improves
Radar.startTrackingVerified()
location accuracy and freshness. - Sends more granular failure reasons for screen sharing detection.
3.18.11-beta.2
interval
3.18.11-beta.1
- Enables remote tracking options to be able to ramp up and ramp down without network connection.
3.18.10
- Returns the full token payload in
RadarVerifiedLocationToken.toJson()
.
3.18.10-beta.2
full JSON, passed flag
3.18.10-beta.1
beta
3.18.9
- Improves edge-case handling of replayed locations.