SaveBarcodePreviewFrameUseCase

class SaveBarcodePreviewFrameUseCase(barcodeFileStorage: BarcodeFileStorage, imageFileIOProcessor: ImageFileIOProcessor)

Saves preview frames in the files repository

Constructors

Link copied to clipboard
constructor(barcodeFileStorage: BarcodeFileStorage, imageFileIOProcessor: ImageFileIOProcessor)

Functions

Link copied to clipboard
fun savePreviewFrame(previewFrame: Bitmap): <Error class: unknown class><String>

Stores the preview frame in BarcodeFileStorage throws IOException that need to be handled with catch {} in flow api