Class BarcodeFormats.Companion
- Namespace
- IO.Scanbot.Sdk.Barcode
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/barcode/BarcodeFormats$Companion", DoNotGenerateAcw = true)]
public sealed class BarcodeFormats.Companion : Object, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
BarcodeFormats.Companion
- Implements
-
- Inherited Members
-
Constructors
[Register(".ctor", "(Lkotlin/jvm/internal/DefaultConstructorMarker;)V", "")]
public Companion(DefaultConstructorMarker _constructor_marker)
Parameters
_constructor_marker
DefaultConstructorMarker
Properties
public IList<BarcodeFormat> All { get; }
Property Value
- IList<BarcodeFormat>
public IList<BarcodeFormat> Common { get; }
Property Value
- IList<BarcodeFormat>
public IList<BarcodeFormat> Oned { get; }
Property Value
- IList<BarcodeFormat>
public IList<BarcodeFormat> Pharma { get; }
Property Value
- IList<BarcodeFormat>
Postal
public IList<BarcodeFormat> Postal { get; }
Property Value
- IList<BarcodeFormat>
public IList<BarcodeFormat> Twod { get; }
Property Value
- IList<BarcodeFormat>
Methods
[Register("default", "()Lio/scanbot/sdk/barcode/BarcodeFormats;", "")]
public BarcodeFormats Default()
Returns
- BarcodeFormats