Package io.scanbot.sdk.barcode.ui
Interface BarcodePolygonsStaticView.BarcodeItemViewFactory
-
- All Implemented Interfaces:
public interface BarcodePolygonsStaticView.BarcodeItemViewFactory
Factory interface for the view under the polygon
-
-
Method Summary
Modifier and Type Method Description abstract View
createView()
Implement this method to create a view -
-
Method Detail
-
createView
abstract View createView()
Implement this method to create a view
-
-
-
-