Class IdVerificationResults
-
- All Implemented Interfaces:
public class IdVerificationResults extends BaseResults
-
-
Method Summary
Modifier and Type Method Description LinkedHashMap<String, Pair<String, ResultsStatus>>
getPhotoSecurityAndQualityMap()
LinkedHashMap<String, Pair<String, ResultsStatus>>
getIdSpecificMap()
static IdVerificationResults
parse(JSONObject json)
String
toString()
-
Methods inherited from class com.incode.welcome_sdk.data.remote.beans.BaseResults
getOverallScore, getOverallScoreAndResultStatus, getOverallStatusColorResId, getOverallStatusIconResId, getOverallStatusIsPositive, isManualCheckNeeded
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getPhotoSecurityAndQualityMap
LinkedHashMap<String, Pair<String, ResultsStatus>> getPhotoSecurityAndQualityMap()
- Returns:
a map of all then ID photo quality and security checks performed and their results as a pair of a String score and ResultsStatus status.
-
getIdSpecificMap
LinkedHashMap<String, Pair<String, ResultsStatus>> getIdSpecificMap()
- Returns:
a map of all the ID specific tests performed and their results as a pair of a String score and ResultsStatus status ie.
-
parse
static IdVerificationResults parse(JSONObject json)
-
-
-
-