Package com.incode.welcome_sdk.modules
Class SelfieScan
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class SelfieScan extends BaseModule implements Parcelable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumSelfieScan.Modepublic enumSelfieScan.FaceRecognitionModepublic enumSelfieScan.LivenessDetectionModepublic enumSelfieScan.FaceAuthModepublic final classSelfieScan.Builder
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SelfieScan(Boolean showTutorials, Boolean waitForTutorials, SelfieScan.Mode mode, Integer cameraFacing, SelfieScan.FaceRecognitionMode faceRecognitionMode, SelfieScan.LivenessDetectionMode livenessDetectionMode, Float brightnessThreshold, String configurationId, String customerToken, String customerUUID, Boolean closedEyesCheckEnabled, Boolean headCoverCheckEnabled, Boolean lensesCheckEnabled, Boolean maskCheckEnabled, Boolean brightnessCheckEnabled, Boolean storeLocalAuthenticationEnabled, Boolean logAuthenticationEnabled, SelfieScan.FaceAuthMode faceAuthMode, Boolean allowFaceAuthModeFallback, Integer logoResId, Integer autoCaptureTimeout, Integer captureAttempts, Boolean streamFramesEnabled, Boolean streamAudioEnabled, Boolean videoLivenessRecordingEnabled, String streamFramesToken, Boolean isNonUiMode)
-
Method Summary
-
-
Constructor Detail
-
SelfieScan
SelfieScan(Boolean showTutorials, Boolean waitForTutorials, SelfieScan.Mode mode, Integer cameraFacing, SelfieScan.FaceRecognitionMode faceRecognitionMode, SelfieScan.LivenessDetectionMode livenessDetectionMode, Float brightnessThreshold, String configurationId, String customerToken, String customerUUID, Boolean closedEyesCheckEnabled, Boolean headCoverCheckEnabled, Boolean lensesCheckEnabled, Boolean maskCheckEnabled, Boolean brightnessCheckEnabled, Boolean storeLocalAuthenticationEnabled, Boolean logAuthenticationEnabled, SelfieScan.FaceAuthMode faceAuthMode, Boolean allowFaceAuthModeFallback, Integer logoResId, Integer autoCaptureTimeout, Integer captureAttempts, Boolean streamFramesEnabled, Boolean streamAudioEnabled, Boolean videoLivenessRecordingEnabled, String streamFramesToken, Boolean isNonUiMode)
-
-
Method Detail
-
getShowTutorials
final Boolean getShowTutorials()
-
getWaitForTutorials
final Boolean getWaitForTutorials()
-
getMode
final SelfieScan.Mode getMode()
-
getCameraFacing
final Integer getCameraFacing()
-
getFaceRecognitionMode
final SelfieScan.FaceRecognitionMode getFaceRecognitionMode()
-
getLivenessDetectionMode
final SelfieScan.LivenessDetectionMode getLivenessDetectionMode()
-
getBrightnessThreshold
final Float getBrightnessThreshold()
-
getConfigurationId
final String getConfigurationId()
-
getCustomerToken
final String getCustomerToken()
-
getCustomerUUID
final String getCustomerUUID()
-
getClosedEyesCheckEnabled
final Boolean getClosedEyesCheckEnabled()
-
getHeadCoverCheckEnabled
final Boolean getHeadCoverCheckEnabled()
-
getLensesCheckEnabled
final Boolean getLensesCheckEnabled()
-
getMaskCheckEnabled
final Boolean getMaskCheckEnabled()
-
getBrightnessCheckEnabled
final Boolean getBrightnessCheckEnabled()
-
getStoreLocalAuthenticationEnabled
final Boolean getStoreLocalAuthenticationEnabled()
-
getLogAuthenticationEnabled
final Boolean getLogAuthenticationEnabled()
-
getFaceAuthMode
final SelfieScan.FaceAuthMode getFaceAuthMode()
-
getAllowFaceAuthModeFallback
final Boolean getAllowFaceAuthModeFallback()
-
getLogoResId
final Integer getLogoResId()
-
getAutoCaptureTimeout
final Integer getAutoCaptureTimeout()
-
getCaptureAttempts
final Integer getCaptureAttempts()
-
getStreamFramesEnabled
final Boolean getStreamFramesEnabled()
-
getStreamAudioEnabled
final Boolean getStreamAudioEnabled()
-
getVideoLivenessRecordingEnabled
final Boolean getVideoLivenessRecordingEnabled()
-
getStreamFramesToken
final String getStreamFramesToken()
-
isNonUiMode
Boolean isNonUiMode()
-
setNonUiMode
Unit setNonUiMode(Boolean isNonUiMode)
-
verifyConfiguration
Unit verifyConfiguration(List<Modules> modules)
-
-
-
-