Package 

Interface IHCaptchaRetryPredicate

    • Method Summary

      Modifier and Type Method Description
      abstract boolean shouldRetry(HCaptchaConfig config, HCaptchaException exception) Allows retrying in case of verification errors.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • shouldRetry

         abstract boolean shouldRetry(HCaptchaConfig config, HCaptchaException exception)

        Allows retrying in case of verification errors.

        Parameters:
        config - the hCaptcha config
        exception - the hCaptcha exception