ScannerConfig.SkipOnUnSupported

EMDK For Xamarin 4.0

Type - Java.Lang.Enum

Methods

ValueOf

public static Symbol.XamarinEMDK.Barcode.ScannerConfig.SkipOnUnSupported ValueOf (string this_);

Parameters:

System.String p0

Returns - Symbol.XamarinEMDK.Barcode.ScannerConfig+SkipOnUnSupported

Values

public static Symbol.XamarinEMDK.Barcode.ScannerConfig.SkipOnUnSupported[] Values ();

Parameters:

Returns - Symbol.XamarinEMDK.Barcode.ScannerConfig+SkipOnUnSupported[]

Properties

All

Skips both unsupported paramters and values and continues with next.

Type - Symbol.XamarinEMDK.Barcode.ScannerConfig+SkipOnUnSupported

None

Throws exception on any unsupported parameters or values.

Type - Symbol.XamarinEMDK.Barcode.ScannerConfig+SkipOnUnSupported

UnsupportedParam

Skips the only unsupported paramter and continues with next.

Type - Symbol.XamarinEMDK.Barcode.ScannerConfig+SkipOnUnSupported

UnsupportedValue

Skips the only unsupported values and continues with next.

Type - Symbol.XamarinEMDK.Barcode.ScannerConfig+SkipOnUnSupported