ProcessingState

sealed class ProcessingState

Represents the different states of the reticle and UI elements during the scanning process.

This sealed class defines the various states that the UI can be in while a document is being captured and processed. Each state is associated with a specific ReticleState and a minimum duration.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class SuccessAnimation(val isFirstSide: Boolean) : ProcessingState

Properties

Link copied to clipboard

The regular duration for which this state should last.

Link copied to clipboard

The minimum duration that this state should last, should the following state be of higher priority.

Link copied to clipboard

The ReticleState associated with this processing state.