Package com.incode.welcome_sdk
Class CommonConfig
-
- All Implemented Interfaces:
public final class CommonConfig
Holds the configuration that is common for all the modules.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
CommonConfig.Builder
-
Method Summary
Modifier and Type Method Description final Float
getRecognitionThreshold()
final Float
getSpoofThreshold()
final Float
getMaskThreshold()
final Float
getIdGlareThreshold()
final Float
getIdBlurThreshold()
final Boolean
isShowCloseButton()
final Boolean
isShowExitConfirmation()
final String
getLocalizationLanguage()
final ThemeConfiguration
getThemeConfiguration()
final Boolean
isShowDelayedOnboardingIntroScreen()
-
-
Method Detail
-
getRecognitionThreshold
final Float getRecognitionThreshold()
-
getSpoofThreshold
final Float getSpoofThreshold()
-
getMaskThreshold
@Deprecated(message = "Not used anymore") final Float getMaskThreshold()
-
getIdGlareThreshold
final Float getIdGlareThreshold()
-
getIdBlurThreshold
final Float getIdBlurThreshold()
-
isShowCloseButton
final Boolean isShowCloseButton()
-
isShowExitConfirmation
final Boolean isShowExitConfirmation()
-
getLocalizationLanguage
final String getLocalizationLanguage()
-
getThemeConfiguration
final ThemeConfiguration getThemeConfiguration()
-
isShowDelayedOnboardingIntroScreen
final Boolean isShowDelayedOnboardingIntroScreen()
-
-
-
-