Package io.scanbot.sdk.ui.camera.util
Class FinderViewAttributeHandlerImpl
-
- All Implemented Interfaces:
-
io.scanbot.sdk.ui.camera.util.FinderViewAttributeHandler
public final class FinderViewAttributeHandlerImpl implements FinderViewAttributeHandler
Implementation that uses layout attributes for io.scanbot.sdk.ui.camera.IScanbotCameraView to get finder view id that was possibly set.
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
finderViewId
-
Constructor Summary
Constructors Constructor Description FinderViewAttributeHandlerImpl(Context context, AttributeSet attrs)
-
Method Summary
Modifier and Type Method Description Integer
getFinderViewId()
-
-
Constructor Detail
-
FinderViewAttributeHandlerImpl
FinderViewAttributeHandlerImpl(Context context, AttributeSet attrs)
-
-
Method Detail
-
getFinderViewId
Integer getFinderViewId()
-
-
-
-