BIDScannerView
public class BIDScannerView extends android.widget.FrameLayout
↳ package com.onekosmos.blockid.sdk.cameramodule
A custom view class to be provided by application. The BIDScannerView is placed on top of Activity from where the document scanner is initiated.
Constructors
public BIDScannerView(Context context)
- Creates an object of BIDScannerView for a given context.
Parameter | |
---|---|
context | Context: Application's context. |
public BIDScannerView(Context context, AttributeSet attrs)
- Creates an object of BIDScannerView for a given context and attributes.
Parameter | |
---|---|
context | Context: Application's context. |
attrs | AttributeSet: A set of attributes. |
public BIDScannerView(Context context, AttributeSet attrs, int defStyle)
- Creates an object of BIDScannerView for a given context, attributes and sttle..
Parameter | |
---|---|
context | Context: Application's context on top of which BIDScannerView object will be rendered. |
attrs | AttributeSet: A set of attributes. |
defStyle | int: A style definition. |
Method Summary
Type | Name | Description |
---|---|---|
View | getView() | Returns the view object |
void | initView(Context context) | Initialize the view based on given context |
boolean | isPortraitMode() | Checks and indicates if the device's orientation is in portrait mode |
void | setScannerWidthMargin(int mScannerWidthMargin, View mAppScannerOverlay) | Sets the horizontal margin for scanner |
Method Detail
getView
public View getView()
- Returns the view object.
initView
public void initView(Context context)
- Initialize the view based on given context.
isPortraitMode
public boolean isPortraitMode()
- Checks and indicates if the device's orientation is in portrait mode.
setScannerWidthMargin
public void setScannerWidthMargin(int mScannerWidthMargin, View mAppScannerOverlay)
- Sets the horizontal margin for scanner.