Skip to content

Version 4.38.0

Compare
Choose a tag to compare
@shashanksu shashanksu released this 19 Jan 10:40
· 315 commits to master since this release
6b58557

Added

  • Added toMap() method to AdjustAttribution class to get all its fields in a Map<String, String> (thanks to @ntsk).
  • Added ability to process shortened deep links and provide the unshortened link back as a response. You can achieve this by invoking processDeeplink(Uri url, Context context, OnDeeplinkResolvedListener callback) method of the Adjust instance.

Pull Request #590