PXPolicy

public final class PXPolicy

The policy that defines the behaviour of the SDK.

Constructors

PXPolicy
Link copied to clipboard
PXPolicy PXPolicy(ArrayList<String> domains, Boolean requestsInterceptedAutomaticallyEnabled, PXPolicyChallengeType challengeType)

Functions

getChallengeType
Link copied to clipboard
final PXPolicyChallengeType getChallengeType()
getDomains
Link copied to clipboard
final ArrayList<String> getDomains()
final Boolean getRequestsInterceptedAutomaticallyEnabled()
setChallengeType
Link copied to clipboard
final Unit setChallengeType(PXPolicyChallengeType challengeType)
final Unit setRequestsInterceptedAutomaticallyEnabled(Boolean requestsInterceptedAutomaticallyEnabled)

Properties

challengeType
Link copied to clipboard
private PXPolicyChallengeType challengeType
domains
Link copied to clipboard
private final ArrayList<String> domains
requestsInterceptedAutomaticallyEnabled
Link copied to clipboard
private Boolean requestsInterceptedAutomaticallyEnabled