Skip to content

Releases: maxmind/device-android

0.2.0

27 Feb 22:59
Immutable release. Only release title and notes can be modified.
f899a6c

Choose a tag to compare

  • Breaking: collectAndSend() now returns Result<TrackingResult> instead
    of Result<Unit>. The TrackingResult contains a trackingToken property
    for use with the minFraud API's /device/tracking_token field.
  • Breaking: collectDeviceData() and sendDeviceData() are no longer part
    of the public API. Use collectAndSend() instead.

0.1.0

09 Jan 18:20
Immutable release. Only release title and notes can be modified.
9e1551e

Choose a tag to compare

  • Initial release