Package com.meawallet.mtp
Interface MeaCardPinAuthenticationListener
public interface MeaCardPinAuthenticationListener
Listener interface for card PIN authentication event.
App developers should create a local instance of this class and pass it in
MeaCard.authenticateWithCardPin(String, MeaCardPinAuthenticationListener) to listen for events.
-
Method Summary
-
Method Details
-
onPinSet
Called when card PIN is set successfully. Actual authentication will happen online.- Parameters:
card- The authenticated card.
-
onFailure
Called when operation failed.- Parameters:
error- The error or error array.
-