-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setOnPinEnteredListener #34
Comments
Same here |
If this is of any help. setOnPinEnteredListener doesn't seem to exists in the library so what i used was textchanged here is an example that works
|
You need to download library sources: https://github.com/Philio/PinEntryView/tree/master/pinentry dependencies { setOnPinEnteredListener is here on line 284: UPDATE1: You can also include a git repo dependency with this guy: https://github.com/bat-cha/gradle-plugin-git-dependencies UPDATE2: My favorite way now: https://jitpack.io/#Philio/PinEntryView/master |
Thanks @volax works like charm. |
I'm currently trying to put a setOnPinEnteredListener on my app so it calls a webservice to validate the password but unfortunately it is not recognized.
here is what I have:
Any help on what I might be doing wrong?
here is a image to see what my problem is:
https://gyazo.com/8396ff4586e70d2822510b22565ca8a2
The text was updated successfully, but these errors were encountered: