Package com. perimeterx. mobile_sdk. main
Types
Link copied to clipboard
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)
Content copied to clipboard
The policy that define the behaviour of the SDK.
Link copied to clipboard
enum PXPolicyUrlRequestInterceptionType : Enum<PXPolicyUrlRequestInterceptionType>
Content copied to clipboard
The URL request interception type.