Custom

class Custom(val useLastUA: Boolean = true, val skipCaptcha: Boolean = false, val maxTryCount: Int = 3, val clearCookies: Boolean = false, val displayType: DisplayType = DisplayType.ACTIVITY(true), val isRequired: Boolean = true) : BypassBehavior

Custom implementation

Parameters

useLastUA

Remember last UserAgent.

skipCaptcha

Reload every time a captcha is required.

maxTryCount

Max number of redirects before an UserAgent reload.

clearCookies

Clear all cookies each time the bypass is needed.

displayType

Display type of the bypass screen

isRequired

Disable the bypass creation

Constructors

Link copied to clipboard
constructor(useLastUA: Boolean = true, skipCaptcha: Boolean = false, maxTryCount: Int = 3, clearCookies: Boolean = false, displayType: DisplayType = DisplayType.ACTIVITY(true), isRequired: Boolean = true)

Properties

Link copied to clipboard
val clearCookies: Boolean = false
Link copied to clipboard
Link copied to clipboard
val isRequired: Boolean = true
Link copied to clipboard
val maxTryCount: Int = 3
Link copied to clipboard
val skipCaptcha: Boolean = false
Link copied to clipboard
val useLastUA: Boolean = true