-
public interface OnFailureListenerA failure listener class
-
-
Method Summary
Modifier and Type Method Description abstract voidonFailure(HCaptchaException exception)Called whenever there is a hCaptcha error or user closed the challenge dialog -
-
Method Detail
-
onFailure
abstract void onFailure(HCaptchaException exception)
Called whenever there is a hCaptcha error or user closed the challenge dialog
- Parameters:
exception- the exception
-
-
-
-