PXPolicy

public final class PXPolicy

The policy that defines the behaviour of the SDK.

Constructors

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

Functions

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

Properties

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