Callbacks for back and other buttons
iadcg opened this issue · 1 comments
iadcg commented
How to have callback on the button clicks in the verify code page.
Basically I want to know when the user click "I didnt receive a code" button.
So when the user clicks this button, I want to do some loggings or other stuff.
Also I want to know if user press back button instead and did not continue on the screen.
jpgarcia commented
AFAIK the AccountKit library does not provide callback for internal events. You only get access to the login result, cancelled state and error through the callback.