Package-level declarations

Types

Link copied to clipboard
class PXInterceptor : Interceptor

The URL requests interceptor. You should create an instance of this class and add it as the last interceptor in the chain.

Link copied to clipboard
class PXPolicy(var urlRequestInterceptionType: PXPolicyUrlRequestInterceptionType = PXPolicyUrlRequestInterceptionType.INTERCEPT, domains: HashMap<String, ArrayList<String>> = HashMap(), var doctorCheckEnabled: Boolean = false)

The policy that define the behaviour of the SDK.

Link copied to clipboard