Releases: maxmind/device-android
Releases · maxmind/device-android
0.2.0
Immutable
release. Only release title and notes can be modified.
- Breaking:
collectAndSend()now returnsResult<TrackingResult>instead
ofResult<Unit>. TheTrackingResultcontains atrackingTokenproperty
for use with the minFraud API's/device/tracking_tokenfield. - Breaking:
collectDeviceData()andsendDeviceData()are no longer part
of the public API. UsecollectAndSend()instead.