Class MeaTokenPlatform.Configuration

  • Enclosing class:
    MeaTokenPlatform

    public static class MeaTokenPlatform.Configuration
    extends java.lang.Object
    MeaTokenPlatform library configuration information.
    • Constructor Summary

      Constructors 
      Constructor Description
      Configuration()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String buildType()
      Returns build type of the package.
      static java.lang.String cdCvmModel()
      Returns CDCVM model of the package.
      static boolean isSaveAuthWhenLocked()
      Checks if SDK allows to process transactions when User authenticated using KeyguardManager but device lock screen is still unlocked.
      static int versionCode()
      Returns version code of the package.
      static java.lang.String versionName()
      Returns version name of the package.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Configuration

        public Configuration()
    • Method Detail

      • versionCode

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

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

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

        public static java.lang.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