Class ScanbotCameraContainerView
[Register("io/scanbot/sdk/ui/camera/ScanbotCameraContainerView", DoNotGenerateAcw = true)]
public class ScanbotCameraContainerView : ScanbotCameraWrapper, Drawable.ICallback, IAccessibilityEventSource, KeyEvent.ICallback, IViewManager, IViewParent, IScanbotCameraView, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
ScanbotCameraContainerView
- Implements
- Inherited Members
Constructors
ScanbotCameraContainerView(Context, IAttributeSet)
[Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")]
public ScanbotCameraContainerView(Context context, IAttributeSet attrs)
Parameters
context
Contextattrs
IAttributeSet
ScanbotCameraContainerView(nint, JniHandleOwnership)
protected ScanbotCameraContainerView(nint javaReference, JniHandleOwnership transfer)
Parameters
javaReference
ninttransfer
JniHandleOwnership
Fields
G
[Register("g")]
public const long G = 300
Field Value
Properties
E
[Register("e")]
public ScanbotCameraContainerView.CameraType E { get; set; }
Property Value
F
[Register("f")]
public static ScanbotCameraContainerView.Companion F { get; }
Property Value
Methods
GetCameraType()
[Register("getCameraType", "()Lio/scanbot/sdk/ui/camera/ScanbotCameraContainerView$CameraType;", "")]
public ScanbotCameraContainerView.CameraType GetCameraType()
Returns
SetCameraType(CameraType)
[Register("setCameraType", "(Lio/scanbot/sdk/ui/camera/ScanbotCameraContainerView$CameraType;)V", "")]
public void SetCameraType(ScanbotCameraContainerView.CameraType value)