public class VerificationConfigValues
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<VerificationConfigValues> |
CREATOR |
| Modifier | Constructor and Description |
|---|---|
|
VerificationConfigValues(java.util.List<CountryDocumentType> allowedDocumentTypes,
java.lang.String checkType,
boolean enableFileUpload,
boolean enableFileUploadOnLastRetry,
float faceThreshold,
int retries) |
protected |
VerificationConfigValues(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
java.util.List<CountryDocumentType> |
getAllowedDocumentTypes() |
java.lang.String |
getCheckType() |
float |
getFaceThreshold() |
int |
getRetries() |
boolean |
isEnableFileUpload() |
boolean |
isEnableFileUploadOnLastRetry() |
void |
setAllowedDocumentTypes(java.util.List<CountryDocumentType> allowedDocumentTypes) |
void |
setCheckType(java.lang.String checkType) |
void |
setEnableFileUpload(boolean enableFileUpload) |
void |
setEnableFileUploadOnLastRetry(boolean enableFileUploadOnLastRetry) |
void |
setFaceThreshold(float faceThreshold) |
void |
setRetries(int retries) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<VerificationConfigValues> CREATOR
public VerificationConfigValues(java.util.List<CountryDocumentType> allowedDocumentTypes, java.lang.String checkType, boolean enableFileUpload, boolean enableFileUploadOnLastRetry, float faceThreshold, int retries)
protected VerificationConfigValues(android.os.Parcel in)
public java.util.List<CountryDocumentType> getAllowedDocumentTypes()
public void setAllowedDocumentTypes(java.util.List<CountryDocumentType> allowedDocumentTypes)
public java.lang.String getCheckType()
public void setCheckType(java.lang.String checkType)
public boolean isEnableFileUpload()
public void setEnableFileUpload(boolean enableFileUpload)
public boolean isEnableFileUploadOnLastRetry()
public void setEnableFileUploadOnLastRetry(boolean enableFileUploadOnLastRetry)
public float getFaceThreshold()
public void setFaceThreshold(float faceThreshold)
public int getRetries()
public void setRetries(int retries)
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable