Class MeaTokenPlatform.Configuration

java.lang.Object
com.meawallet.mtp.MeaTokenPlatform.Configuration
Enclosing class:
MeaTokenPlatform

public static class MeaTokenPlatform.Configuration extends Object
MeaTokenPlatform library configuration information.
  • Constructor Details

    • Configuration

      public Configuration()
  • Method Details

    • versionCode

      public static int versionCode()
      Returns version code of the package.
      Returns:
      Version code as Integer.
    • versionName

      public static String versionName()
      Returns version name of the package. Example: "mea-test-0.0.1"
      Returns:
      Version name as String.
    • buildType

      public static String buildType()
      Returns build type of the package. Possible values: "debug" or "release".
      Returns:
      Build type of the package.
    • cdCvmModel

      public static String cdCvmModel()
      Returns CDCVM model of the package. Possible values: "CARD_LIKE", "ALWAYS_CDCVM" and "FLEXIBLE_CDCVM".
      Returns:
      CDCVM model of the package.
    • isSaveAuthWhenLocked

      public static boolean isSaveAuthWhenLocked()
      Checks if SDK allows to process transactions when User authenticated using KeyguardManager but device lock screen is still unlocked.
      Returns:
      true if SDK allows to process transactions when User authenticated using KeyguardManager but device lock screen is still unlocked