Skip to content

3.21.2

Latest
Compare
Choose a tag to compare
@nickpatrick nickpatrick released this 03 Mar 21:56
5d73391
  • Adds optional reason and transactionId params to Radar.trackVerified(), allowing you to pass custom reasons like "deposit" or "wager" and corresponding transaction IDs for reporting and investigations. Sends reason = "manual" if no custom reason is specified.
  • Sends reason = "start" | "interval" | "ip_change" from Radar.startTrackingVerified(). Sends a reason = "last_token_invalid" if Radar.getVerifiedLocationToken() requests a fresh location token.
  • Changes the default log level to NONE for release builds.