Class BarcodeUseCase
[Register("io/scanbot/sdk/ui_v2/barcode/configuration/BarcodeUseCase", DoNotGenerateAcw = true)]
public abstract class BarcodeUseCase : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
BarcodeUseCase
- Implements
- Derived
- Inherited Members
Constructors
BarcodeUseCase(DefaultConstructorMarker)
[Register(".ctor", "(Lkotlin/jvm/internal/DefaultConstructorMarker;)V", "")]
public BarcodeUseCase(DefaultConstructorMarker _constructor_marker)
Parameters
_constructor_marker
DefaultConstructorMarker
BarcodeUseCase(nint, JniHandleOwnership)
protected BarcodeUseCase(nint javaReference, JniHandleOwnership transfer)
Parameters
javaReference
ninttransfer
JniHandleOwnership
Properties
_type
public string _type { get; }
Property Value
Methods
DescribeContents()
Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.
[Register("describeContents", "()I", "GetDescribeContentsHandler")]
public abstract int DescribeContents()
Returns
- int
a bitmask indicating the set of special object types marshaled by this Parcelable object instance.
Remarks
.
android.os.Parcelable.describeContents()
Portions of this page are modifications based on work created and shared by the
FindAndPickScanningMode()
[Register("findAndPickScanningMode", "()Lio/scanbot/sdk/ui_v2/barcode/configuration/FindAndPickScanningMode;", "")]
public static FindAndPickScanningMode FindAndPickScanningMode()
Returns
Get_type()
[Register("get_type", "()Ljava/lang/String;", "GetGet_typeHandler")]
public abstract string Get_type()
Returns
Invoke(IDictionary<string, Object>)
[Register("invoke", "(Ljava/util/Map;)Lio/scanbot/sdk/ui_v2/barcode/configuration/BarcodeUseCase;", "")]
public static BarcodeUseCase Invoke(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
Returns
MultipleScanningMode()
[Register("multipleScanningMode", "()Lio/scanbot/sdk/ui_v2/barcode/configuration/MultipleScanningMode;", "")]
public static MultipleScanningMode MultipleScanningMode()
Returns
SingleScanningMode()
[Register("singleScanningMode", "()Lio/scanbot/sdk/ui_v2/barcode/configuration/SingleScanningMode;", "")]
public static SingleScanningMode SingleScanningMode()
Returns
ToJson()
[Register("toJson", "()Lorg/json/JSONObject;", "GetToJsonHandler")]
public abstract JSONObject ToJson()
Returns
WriteToParcel(Parcel, ParcelableWriteFlags)
Flatten this object in to a Parcel.
[Register("writeToParcel", "(Landroid/os/Parcel;I)V", "GetWriteToParcel_Landroid_os_Parcel_IHandler")]
public abstract void WriteToParcel(Parcel dest, ParcelableWriteFlags flags)
Parameters
dest
ParcelThe Parcel in which the object should be written.
flags
ParcelableWriteFlagsAdditional flags about how the object should be written. May be 0 or
#PARCELABLE_WRITE_RETURN_VALUE
.
Remarks
.
android.os.Parcelable.writeToParcel(android.os.Parcel, int)
Portions of this page are modifications based on work created and shared by the