Package com.meawallet.mtp
Class MeaTokenPlatform.Configuration
java.lang.Object
com.meawallet.mtp.MeaTokenPlatform.Configuration
- Enclosing class:
- MeaTokenPlatform
MeaTokenPlatform library configuration information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringReturns build type of the package.static StringReturns CDCVM model of the package.static booleanChecks if SDK allows to process transactions when User authenticated usingKeyguardManagerbut device lock screen is still unlocked.static intReturns version code of the package.static StringReturns version name of the package.
-
Constructor Details
-
Configuration
public Configuration()
-
-
Method Details
-
versionCode
public static int versionCode()Returns version code of the package.- Returns:
- Version code as Integer.
-
versionName
Returns version name of the package. Example: "mea-test-0.0.1"- Returns:
- Version name as String.
-
buildType
Returns build type of the package. Possible values: "debug" or "release".- Returns:
- Build type of the package.
-
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 usingKeyguardManagerbut 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
-