You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#28 add addOnOpenListener for open-callback events (#30)
* #28 add addOnOpenListener for open-callback events
* Improve documentation for addOnOpenListener API
Co-authored-by: e271828- <[email protected]>
* #28 put back iternal OnLoadedListener
* #28 fix PR suggestions
- wrong function name for onLoaded
- logging statement for onLoaded stub function
* #28 remove debug logging from JS and don't drop listeners after open event is happens
* Improve open-callback docs
Co-authored-by: e271828- <[email protected]>
* Bump version 2.2.0
Co-authored-by: e271828- <[email protected]>
If `verifyWithHCaptcha` is called with different arguments than `setup` the SDK will handle this by re-configuring hCaptcha. Note that this will reduce some of the performance benefit of using `setup`.
107
107
108
+
The SDK also provides a listener to track hCaptcha open events, e.g. for analytics:
0 commit comments