-
- All Implemented Interfaces:
-
android.os.Parcelable
public class VerificationMatch implements Parcelable
Object representing result of a identity verification workflow
-
-
Field Summary
Fields Modifier and Type Field Description private Stringguidprivate MatchResultmatchResultpublic final static Parcelable.Creator<VerificationMatch>CREATOR
-
Constructor Summary
Constructors Constructor Description VerificationMatch()Empty Constructor VerificationMatch(String guid, MatchResult matchResult)This constructor creates a new verification
-
Method Summary
Modifier and Type Method Description StringgetGuid()MatchResultgetMatchResult()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)-
-
Constructor Detail
-
VerificationMatch
VerificationMatch()
Empty Constructor
-
VerificationMatch
VerificationMatch(String guid, MatchResult matchResult)
This constructor creates a new verification- Parameters:
guid- Identity Provider's Global unique id of the verified personmatchResult- Object representing match attributes like matching confidence and strength
-
-
Method Detail
-
getMatchResult
MatchResult getMatchResult()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-