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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
#### Added
3
3
- Added `getAdidWithTimeout` method to the `Adjust` API to allow retrieving the ADID with a specified timeout. If the value is not obtained in time, null is returned.
4
4
- Added `getAttributionWithTimeout` method to the `Adjust` API to allow retrieving the current attribution information with a specified timeout. If the value is not obtained in time, null is returned.
5
+
- Added the `resolveLinkWithUrl` method to the `Adjust` API to resolve the underlying Adjust link from other links that wrap Adjust links.
5
6
- Added ability to disable the reading of the app set ID. You can do this by calling the `disableAppSetIdReading` method on your `AdjustConfig` instance.
0 commit comments