Added
- Added
toMap()
method toAdjustAttribution
class to get all its fields in aMap<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 theAdjust
instance.
Pull Request #590