Class BarcodeOverlayTextFormat
[Register("io/scanbot/sdk/barcode/ui/BarcodeOverlayTextFormat", DoNotGenerateAcw = true)]
public sealed class BarcodeOverlayTextFormat : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
BarcodeOverlayTextFormat
- Implements
- Inherited Members
Properties
A
[Register("a")]
public static IList<BarcodeOverlayTextFormat> A { get; }
Property Value
Code
[Register("CODE")]
public static BarcodeOverlayTextFormat Code { get; }
Property Value
CodeAndType
[Register("CODE_AND_TYPE")]
public static BarcodeOverlayTextFormat CodeAndType { get; }
Property Value
None
[Register("NONE")]
public static BarcodeOverlayTextFormat None { get; }
Property Value
Methods
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/barcode/ui/BarcodeOverlayTextFormat;", "")]
public static BarcodeOverlayTextFormat ValueOf(string value)
Parameters
value
string
Returns
Values()
[Register("values", "()[Lio/scanbot/sdk/barcode/ui/BarcodeOverlayTextFormat;", "")]
public static BarcodeOverlayTextFormat[] Values()