-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
useragent override and skipAdvertisingIdDetection (#17)
* Improve unit tests for eidFromURI * skipAdvertisingIdDetection and useragent override - OptableSDK constructor now accepts a useragent String argument, null by default. When not null, disables WebView based user agent detection and overrides with provided value. - OptableSDK constructor now accepts a skipAdvertisingIdDetection Boolean argument, false by default. When true, disables AdvertisingIdClient ad info detection which runs in a background coroutine. If the caller doesn't use the identify(email: String, gaid: Boolean, ppid: String) variant then ad ID detection is not needed and can be skipped. - Document in README
- Loading branch information
Showing
4 changed files
with
42 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters