setInterceptedDomains

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

Use this function to register domains which your app interact with. The SDK (when the `PXAutomaticInterceptorPolicy/urlRequestInterceptionType` is set to any value rather than `PXAutomaticInterceptorType/none`) is intercepting URL requests to those domains only. If you do not set domain, the SDK will intercept all URL requests. If you are using more than one AppID setting the domains is required. For example: "example.com".

Parameters

domains

: List if your domains.

appId

: The AppID of your account.