PXPolicy Url Request Interception Type
The URL request interception type.
Entries
Same as `INTERCEPT`
. The SDK delays the error response to your app until the user solve or cancel the challenge.
Same as `INTERCEPT_WITH_DELAYED_RESPONSE`
. When the user solves the challenge, the SDK will retry the original request. While the SDK is sending the request again, the code that fired the request is still waiting for the response. The SDK will retry each request only one time. If the user will be presented with another challenge, the SDK will return an error, similar to INTERCEPT_AND_DELAY_RESPONSE_UNTIL_CHALLENGE_SOLVED_OR_CANCELLED. Notice that while the Doctor App
is enabled, the SDK won't retry the request.
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.