Class ScanbotSdkBarcodeScanCountViewBinding
- Namespace
- IO.Scanbot.Sdk.Barcode.Databinding
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/barcode/databinding/ScanbotSdkBarcodeScanCountViewBinding", DoNotGenerateAcw = true)]
public sealed class ScanbotSdkBarcodeScanCountViewBinding : Object, IViewBinding, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
ScanbotSdkBarcodeScanCountViewBinding
- Implements
-
IViewBinding
- Inherited Members
-
Constructors
ScanbotSdkBarcodeScanCountViewBinding(ScanbotCameraXView, BarcodePolygonsStaticView, ScanbotCameraXView)
[Register(".ctor", "(Lio/scanbot/sdk/ui/camera/ScanbotCameraXView;Lio/scanbot/sdk/barcode/ui/BarcodePolygonsStaticView;Lio/scanbot/sdk/ui/camera/ScanbotCameraXView;)V", "")]
public ScanbotSdkBarcodeScanCountViewBinding(ScanbotCameraXView rootView, BarcodePolygonsStaticView barcodesPolygonView, ScanbotCameraXView scanbotCameraView)
Parameters
rootView
ScanbotCameraXView
barcodesPolygonView
BarcodePolygonsStaticView
scanbotCameraView
ScanbotCameraXView
Properties
A
[Register("a")]
public ScanbotCameraXView A { get; set; }
Property Value
- ScanbotCameraXView
BarcodesPolygonView
[Register("barcodesPolygonView")]
public BarcodePolygonsStaticView BarcodesPolygonView { get; set; }
Property Value
- BarcodePolygonsStaticView
Root
public View Root { get; }
Property Value
- View
ScanbotCameraView
[Register("scanbotCameraView")]
public ScanbotCameraXView ScanbotCameraView { get; set; }
Property Value
- ScanbotCameraXView
Methods
Bind(View)
[Register("bind", "(Landroid/view/View;)Lio/scanbot/sdk/barcode/databinding/ScanbotSdkBarcodeScanCountViewBinding;", "")]
public static ScanbotSdkBarcodeScanCountViewBinding Bind(View rootView)
Parameters
rootView
View
Returns
- ScanbotSdkBarcodeScanCountViewBinding
Inflate(LayoutInflater)
[Register("inflate", "(Landroid/view/LayoutInflater;)Lio/scanbot/sdk/barcode/databinding/ScanbotSdkBarcodeScanCountViewBinding;", "")]
public static ScanbotSdkBarcodeScanCountViewBinding Inflate(LayoutInflater inflater)
Parameters
inflater
LayoutInflater
Returns
- ScanbotSdkBarcodeScanCountViewBinding
Inflate(LayoutInflater, ViewGroup, bool)
[Register("inflate", "(Landroid/view/LayoutInflater;Landroid/view/ViewGroup;Z)Lio/scanbot/sdk/barcode/databinding/ScanbotSdkBarcodeScanCountViewBinding;", "")]
public static ScanbotSdkBarcodeScanCountViewBinding Inflate(LayoutInflater inflater, ViewGroup parent, bool attachToParent)
Parameters
inflater
LayoutInflater
parent
ViewGroup
attachToParent
bool
Returns
- ScanbotSdkBarcodeScanCountViewBinding
RootView()
[Register("getRoot", "()Lio/scanbot/sdk/ui/camera/ScanbotCameraXView;", "")]
public ScanbotCameraXView RootView()
Returns
- ScanbotCameraXView