setWebRootDomains

fun setWebRootDomains(domains: Set<String>, appId: String)

The SDK is setting cookies in your web views in order to sync between the native and the web sessions. For that, the SDK has to know you website's root domain for the HTTP cookie (e.g ".example.com"). Those domains can be set in the HUMAN's Portal, however, it recommended to set them directly in the SDK's policy.

Parameters

domains

: List if your website's root domains.

appId

: The AppID of your account.