Package com.scytales.mvalid.sdk
Enum VerifierSDKStatus
-
- All Implemented Interfaces:
public enum VerifierSDKStatusThe enum Verifier sdk status.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NEVER_INITIALIZEDThe SDK is not initialized
INITIALIZEDSDK is properly initialized
INVALID_MACHINE_CODEInvalid machine code while initializing SDK
EXPIREDSDK license has expired.
INVALID_LICENSEInvalid license used while initializing SDK
-
Method Summary
Modifier and Type Method Description StringtoString()static Array<VerifierSDKStatus>values()Returns an array containing the constants of this enum type, in the order they're declared. static VerifierSDKStatusvalueOf(String name)Returns the enum constant of this type with the specified name. StringgetMessage()Gets Status message. -
-
Method Detail
-
values
static Array<VerifierSDKStatus> values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.
-
valueOf
static VerifierSDKStatus valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
getMessage
@NonNull() String getMessage()
Gets Status message.
-
-
-
-