BlinkIdUxSettings

constructor(stepTimeoutDurationMs: Int, classFilter: ClassFilter? = null)

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

stepTimeoutDurationMs

Duration of the scanning session before a timeout is triggered in milliseconds. Resets every time the scanning is paused (dialogs, side change).

classFilter

Defines which specific document classes are allowed during scanning. Each document class is defined by the trio of Country, Region, and Type.


constructor(stepTimeoutDuration: Duration = 15000.milliseconds, classFilter: ClassFilter? = null)

Parameters

stepTimeoutDuration

Duration of the scanning session before a timeout is triggered. Resets every time the scanning is paused (dialogs, side change). Defaults to 15 seconds.

classFilter

Defines which specific document classes are allowed during scanning. Each document class is defined by the trio of Country, Region, and Type.