Tags: Optable/optable-android-sdk
Tags
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
PreviousNext