Changelog
1.3.1 - 22.04.2026
Added
- Brightness / glare detection mechanism was added to the document detection step. It can be enabled or disabled via the
setIsGlareDetectionEnablemethod added toStepBuilder. It is set totrueby default. When
setIsGlareDetectionEnable(true)is set, the following customizable messages are enabled for the document detection step:setGlareDetectedText: Defines the message to be shown when glare is detected on the document.setTooBrightText: Defines the message to be shown when the environment is too bright.setTooDarkText: Defines the message to be shown when the environment is too dark.setMultipleDocumentsDetectedText: Defines the message to be shown when multiple documents are detected.
- Brightness / glare detection mechanism was added to the liveness step. It can be enabled or disabled via the
setIsGlareDetectionEnablemethod added toLivenessStepBuilder. When
setIsGlareDetectionEnable(true)is set, customizable brightness / glare-related messages are enabled for the liveness step. These messages can be used to customize user guidance in related cases:setGlareDetectedText: Defines the message to be shown when glare is detected on the document.setTooBrightText: Defines the message to be shown when the environment is too bright.setTooDarkText: Defines the message to be shown when the environment is too dark.setMultipleDocumentsDetectedText: Defines the message to be shown when multiple documents are detected.
- The
setVideoCallExternalLogoImagemethod was added toKYCManagerConfigBuilder. This method allows providing a custom logo for video call steps. - The
setVideoCallSplashScreenAssetNamemethod was added toKYCManagerConfigBuilder. This method allows customizing the image shown on the video call splash screen.
Changed
- IdVerificationFramework version was updated. (
release/20-04-26) - Assistbox version was updated to
18.0.1.