Package-level declarations

Types

Link copied to clipboard
class BlinkCardAnalyzer(blinkCardSdk: BlinkCardSdk, sessionSettings: BlinkCardSessionSettings, scanningDoneHandler: BlinkCardScanningDoneHandler, uxEventHandler: BlinkCardScanningUxEventHandler? = null) : ImageAnalyzer

Analyzes images from the camera and processes them using the BlinkCard SDK.

Link copied to clipboard
Link copied to clipboard
sealed interface BlinkCardScanningUxEvent
Link copied to clipboard

Handler for BlinkCard scanning UX events.

Link copied to clipboard

Translates BlinkCardProcessResult and other scanning session information into a list of BlinkCardScanningUxEvent objects.

Link copied to clipboard

An interface that represents the translation process from BlinkCardProcessResult to BlinkCardScanningUxEvent.