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

    Modifier and Type
    Method
    Description
    void
    Called when operation failed.
    void
    Called when wallet PIN is set successfully.
  • Method Details

    • onPinSet

      @UiThread void onPinSet()
      Called when wallet PIN is set successfully. Actual authentication will happen online.
    • onFailure

      @UiThread void onFailure(@NonNull MeaError error)
      Called when operation failed.
      Parameters:
      error - The error or error array.