Type - Java.Lang.Enum
Methods
ValueOf
public static Symbol.XamarinEMDK.Barcode.ScannerConfig.SkipOnUnSupported ValueOf (string p0);
Parameters:
- System.String p0 -
Returns - Symbol.XamarinEMDK.Barcode.ScannerConfig+SkipOnUnSupported
Values
public static Symbol.XamarinEMDK.Barcode.ScannerConfig.SkipOnUnSupported[] Values ();
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