Package io.scanbot.sdk.ui.view.barcode
Interface BaseBarcodeScannerActivity.AutoCancellableResult
-
- All Implemented Interfaces:
public interface BaseBarcodeScannerActivity.AutoCancellableResult
Result wrapping entity for component, that support automatic scanning cancelling and closing due to timer.
-
-
Method Summary
Modifier and Type Method Description abstract Boolean
isAutoCancelledByTimeout()
Flag indicating that component finished it's work prematurely due to timeout. -
-
Method Detail
-
isAutoCancelledByTimeout
abstract Boolean isAutoCancelledByTimeout()
Flag indicating that component finished it's work prematurely due to timeout. No actual result should be expected.
-
-
-
-