Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,java.lang.Object> |
getAdditionalData()
Returns the HashMap of additional enrollment data.
|
java.lang.String |
getErrorDescription()
Returns detailed information about the error.
|
java.lang.String |
getIdentifier()
Returns the unique identifier of the enrollment.
|
MobileKitException |
getMobileKitException()
Returns the mobileKitException object, representing the error.
|
java.lang.String |
getType()
Returns the type of enrollment challenge.
|
boolean |
hasError()
Returns whether there has been an error.
|
static EnrollmentResult |
parse(org.json.JSONObject data)
Returns an instance of
EnrollmentResult parsed from the object. |
public java.lang.String getType()
public java.util.HashMap<java.lang.String,java.lang.Object> getAdditionalData()
public java.lang.String getIdentifier()
public MobileKitException getMobileKitException()
getMobileKitException
in interface IResult
MobileKitException
object, representing the errorpublic java.lang.String getErrorDescription()
getErrorDescription
in interface IResult
public boolean hasError()
public static EnrollmentResult parse(org.json.JSONObject data)
EnrollmentResult
parsed from the object.data
- the object to deserialize fromEnrollmentResult
object