Package 

Enum HCaptchaSize

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum HCaptchaSize
     implements Serializable
                        

    The hCaptcha checkbox size

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String size
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      COMPACT

      Checkbox has a 'compact' size and user must press it to show the challenge.

      NORMAL

      Checkbox has a 'normal' size and user must press it to show the challenge.

      INVISIBLE

      Checkbox is hidden and challenge is automatically displayed.