ReadableCodeFlowResult

Result of a readable code scanning operation.

Inheritors

Types

Link copied to clipboard

User canceled the scanning operation.

Link copied to clipboard
data class Error(val type: ErrorType, val message: String) : ReadableCodeFlowResult

An error occurred during scanning.

Link copied to clipboard

Successfully detected one or more readable codes.