Class ModuleConfiguration.VideoOnboardingConfiguration
-
- All Implemented Interfaces:
public final class ModuleConfiguration.VideoOnboardingConfiguration extends ModuleConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description private final Boolean
useAsSelfie
private final Boolean
showTutorials
private final Boolean
authorizationScreen
private final String
companyName
private final Boolean
checkLiveness
private final Boolean
checkIdScan
private final Boolean
checkDocumentScan
private final Boolean
compareIdEnabled
private final Boolean
compareOcrEnabled
private final Boolean
checkVoiceConsent
private final Integer
voiceConsentQuestions
private final Integer
maxVideoLength
-
Constructor Summary
Constructors Constructor Description ModuleConfiguration.VideoOnboardingConfiguration(Boolean useAsSelfie, Boolean showTutorials, Boolean authorizationScreen, String companyName, Boolean checkLiveness, Boolean checkIdScan, Boolean checkDocumentScan, Boolean compareIdEnabled, Boolean compareOcrEnabled, Boolean checkVoiceConsent, Integer voiceConsentQuestions, Integer maxVideoLength)
-
Method Summary
Modifier and Type Method Description final Boolean
getUseAsSelfie()
final Boolean
getShowTutorials()
final Boolean
getAuthorizationScreen()
final String
getCompanyName()
final Boolean
getCheckLiveness()
final Boolean
getCheckIdScan()
final Boolean
getCheckDocumentScan()
final Boolean
getCompareIdEnabled()
final Boolean
getCompareOcrEnabled()
final Boolean
getCheckVoiceConsent()
final Integer
getVoiceConsentQuestions()
final Integer
getMaxVideoLength()
-
-
Constructor Detail
-
ModuleConfiguration.VideoOnboardingConfiguration
ModuleConfiguration.VideoOnboardingConfiguration(Boolean useAsSelfie, Boolean showTutorials, Boolean authorizationScreen, String companyName, Boolean checkLiveness, Boolean checkIdScan, Boolean checkDocumentScan, Boolean compareIdEnabled, Boolean compareOcrEnabled, Boolean checkVoiceConsent, Integer voiceConsentQuestions, Integer maxVideoLength)
-
-
Method Detail
-
getUseAsSelfie
final Boolean getUseAsSelfie()
-
getShowTutorials
final Boolean getShowTutorials()
-
getAuthorizationScreen
final Boolean getAuthorizationScreen()
-
getCompanyName
final String getCompanyName()
-
getCheckLiveness
final Boolean getCheckLiveness()
-
getCheckIdScan
final Boolean getCheckIdScan()
-
getCheckDocumentScan
final Boolean getCheckDocumentScan()
-
getCompareIdEnabled
final Boolean getCompareIdEnabled()
-
getCompareOcrEnabled
final Boolean getCompareOcrEnabled()
-
getCheckVoiceConsent
final Boolean getCheckVoiceConsent()
-
getVoiceConsentQuestions
final Integer getVoiceConsentQuestions()
-
getMaxVideoLength
final Integer getMaxVideoLength()
-
-
-
-