resultRepositoryForClass

Provides result repository for the given class

To get access to the full result object it is needed to do the following:

val resultWrapper: ResultWrapper val result = ScanbotSDK(context).resultRepositoryForClass(resultWrapper.clazz).getResultAndErase(resultWrapper.resultId) The result object will contain the full BarcodeScannerResult object

Parameters

clazz

class of the result object, might be taken from io.scanbot.sdk.ui.result.ResultWrapper