getJavaScriptForWebView
method. Call that method and embed the returned string into your WebView:getQueryStringForWebView
method returns a query string parameter with the format didomiConfig.user.externalConsent.value=...
. It can be appended to your URL after a ?
or a &
if your URL already contains a query string.https://www.website.com/?didomiConfig.user.externalConsent.value=...
didomiConfig
with:didomiConfig.notice.enable=false
to the query string of the URL that you are loading: