-
- All Implemented Interfaces:
-
android.os.Parcelable
public class RegistrationResult implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private Stringguidprivate Map<BiometricIdentifier, Array<byte>>templatespublic final static Parcelable.Creator<RegistrationResult>CREATOR
-
Constructor Summary
Constructors Constructor Description RegistrationResult(String guid)Result of the identity enrollment workflow RegistrationResult(String guid, Map<BiometricIdentifier, Array<byte>> templates)
-
Method Summary
Modifier and Type Method Description StringgetGuid()Map<BiometricIdentifier, Array<byte>>getTemplates()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)intgetNumberOfTemplates()booleanequals(Object o)inthashCode()-
-
Constructor Detail
-
RegistrationResult
RegistrationResult(String guid)
Result of the identity enrollment workflow- Parameters:
guid- Global unique id generated by the Identity Provder as part of the registration/enrollment workflow
-
RegistrationResult
RegistrationResult(String guid, Map<BiometricIdentifier, Array<byte>> templates)
-
-
Method Detail
-
getTemplates
Map<BiometricIdentifier, Array<byte>> getTemplates()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getNumberOfTemplates
int getNumberOfTemplates()
-
hashCode
int hashCode()
-
-
-
-