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