Class BarcodeFormat.Companion
[Register("io/scanbot/sdk/barcode/entity/BarcodeFormat$Companion", DoNotGenerateAcw = true)]
public sealed class BarcodeFormat.Companion : Object, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
BarcodeFormat.Companion
- Implements
- Inherited Members
Constructors
Companion(DefaultConstructorMarker)
[Register(".ctor", "(Lkotlin/jvm/internal/DefaultConstructorMarker;)V", "")]
public Companion(DefaultConstructorMarker _constructor_marker)
Parameters
_constructor_marker
DefaultConstructorMarker
Properties
ALL_CODES
public IList<BarcodeFormat> ALL_CODES { get; }
Property Value
COMMON_CODES
public IList<BarcodeFormat> COMMON_CODES { get; }
Property Value
ONE_DIMENSIONAL
public IList<BarcodeFormat> ONE_DIMENSIONAL { get; }
Property Value
POSTAL
public IList<BarcodeFormat> POSTAL { get; }
Property Value
TWO_DIMENTIONAL
public IList<BarcodeFormat> TWO_DIMENTIONAL { get; }