BlinkIdUxSettings
Parameters
Duration of the scanning session step before a timeout is triggered. Resets on side changes, pauses when onboarding and help screen dialogs appear. If set to Duration.ZERO, the scanning will not time out.
Duration of the current UI state in a scanning session before a timeout is triggered. Resets every time the UI state changes (reticle type or message). If set to Duration.ZERO, the scanning will not time out.
Whether haptic feedback is allowed during the scanning process. Defaults to true.
Whether scan success sounds are allowed during the scanning process. Defaults to true.
Defines which specific document classes are allowed during scanning. Each document class is defined by the trio of CountryId, RegionId, and DocumentTypeId. Defaults to null, meaning all classes are allowed.
Defines how to resolve RedactionSettings for a given document class.
Constructor for easier Java implementation.
This secondary constructor allows Java developers to create a BlinkIdUxSettings instance by providing the stepTimeoutDuration as an Int in milliseconds.
Parameters
Duration of the scanning session step before a timeout is triggered in milliseconds. Resets on side changes, pauses when onboarding and help screen dialogs appear. If set to 0, the scanning will not time out.
Duration of the current UI state in a scanning session before a timeout is triggered in milliseconds. Resets every time the UI state changes (reticle type or message). If set to 0, the scanning will not time out.
Whether haptic feedback is allowed during the scanning process. Defaults to true.
Whether scan success sounds are allowed during the scanning process. Defaults to true.
Defines which specific document classes are allowed during scanning. Each document class is defined by the trio of CountryId, RegionId, and DocumentTypeId. Defaults to null, meaning all classes are allowed.
Defines how to resolve RedactionSettings for a given document class.