Package com.incode.welcome_sdk
Class CommonConfig
-
- All Implemented Interfaces:
public final class CommonConfigHolds the configuration that is common for all the modules.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCommonConfig.Builder
-
Method Summary
Modifier and Type Method Description final FloatgetRecognitionThreshold()final FloatgetSpoofThreshold()final FloatgetMaskThreshold()final FloatgetIdGlareThreshold()final FloatgetIdBlurThreshold()final BooleanisShowCloseButton()final BooleanisShowExitConfirmation()final StringgetLocalizationLanguage()final ThemeConfigurationgetThemeConfiguration()final IncodeThemeConfiggetThemeConfig()final IncodeUXConfiggetUXConfig()final BooleanisShowDelayedOnboardingIntroScreen()-
-
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()
-
getThemeConfig
final IncodeThemeConfig getThemeConfig()
-
getUXConfig
final IncodeUXConfig getUXConfig()
-
isShowDelayedOnboardingIntroScreen
final Boolean isShowDelayedOnboardingIntroScreen()
-
-
-
-