Hello,
How can we reset the state of the widget ?
I'm using XML with private
val sdk = FriendlyCaptchaSDK(context, "global")
val widget = sdk.createWidget(key, "light")
When I do a network request and it returns error, the challenge-response is no longer valid and I need to reset the state of the captcha so user can verify again. I tried using widget.reset() but it's not doing anything
Hello,
How can we reset the state of the widget ?
I'm using XML with private
val sdk = FriendlyCaptchaSDK(context, "global")
val widget = sdk.createWidget(key, "light")
When I do a network request and it returns error, the challenge-response is no longer valid and I need to reset the state of the captcha so user can verify again. I tried using widget.reset() but it's not doing anything