ReaderModel

class ReaderModel(val context: Context, val documentTypeRepository: DocumentTypeRepository, val settingsModel: SettingsModel)

Constructors

Link copied to clipboard
constructor(context: Context, documentTypeRepository: DocumentTypeRepository, settingsModel: SettingsModel)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun cancel()
Link copied to clipboard
fun restart()
Link copied to clipboard
fun setQrCode(qrCode: String)
Link copied to clipboard
fun startRequest(activity: Activity, request: DocumentCannedRequest, trustManager: TrustManager)
Link copied to clipboard