Android SDK 1.14.0
over 1 year ago by Ghada Lahouar
- Add support for HTML challenge response
- Add
DataDomeWebViewclass for automated cookie sharing - Add support for additional challenge display after an invisible Device Check
- Adjust codebase to prevent LeakCanary from reporting a false positive memory leak
- Deprecate
bypassAcceptHeadermethod for customAcceptheaders as the SDK now supports HTML responses
Breaking changes
- For manual integration, a domain is required as a parameter for
handleResponsemethod
handleResponse(Map<String, String> headers, int statusCode, String data, @NonNull String domain)
