Closed oijdfdg closed 2 years ago
You have to write:
Pinview pin = (Pinview) findViewById(R.id.pinview);
pin.setPinViewEventListener(new Pinview.PinViewEventListener() {
@Override
public void onDataEntered(Pinview pinview, boolean fromUser) {
if(pinview.getValue().equals("1234")) {
Toast.makeText(MainActivity.this, pinview.getValue(), Toast.LENGTH_SHORT).show();
}
}
});
Thank you for replying to this almost year old issue.
This should make a toast when I enter 1234 but it doesn't. Phone: Xiaomi MI 10T.