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
This commit was created on github.com and signed with GitHub’s verified signature.
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.