Package com.incode.welcome_sdk.modules
Class FaceMatch
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class FaceMatch extends BaseModule implements Parcelable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumFaceMatch.MatchTypepublic final classFaceMatch.Builder
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisShowUserExistsprivate final BooleanisShowLivenessResultpublic final List<IdCategory>idCategorypublic final FaceMatch.MatchTypematchTypepublic final BooleanenableFaceMatchAnimationprivate final Modulesnameprivate final BooleanisNonUiMode
-
Method Summary
Modifier and Type Method Description final BooleanisShowUserExists()final BooleanisShowLivenessResult()UnitverifyConfiguration(List<Modules> modules)-
Methods inherited from class com.incode.welcome_sdk.modules.BaseModule
getName, isNonUiMode -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
isShowUserExists
final Boolean isShowUserExists()
-
isShowLivenessResult
final Boolean isShowLivenessResult()
-
verifyConfiguration
Unit verifyConfiguration(List<Modules> modules)
-
-
-
-