ScanbotActivityResult

Wrapper-class for all information, obtained as a result of RTU activity work.

Inheritors

Properties

Link copied to clipboard

Indicates whether RTU returned due to license issue detected. In case of true no result should be expected.

Link copied to clipboard
abstract val result: R?

Scanning or recognition result - the essence of components work done.

Link copied to clipboard
abstract val resultCode: Int

Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED

Link copied to clipboard
open val resultOk: Boolean

Sugar property to check if resultCode equals Activity.RESULT_OK.

Link copied to clipboard

Indicates whether RTU returned due to Scanbot SDK is not initialized. In case of true no result should be expected.