ScannerConfig.SkipOnUnSupported

EMDK For Android 2.3

Values:

  • NONE -Throws exception on any unsupported parameters or values.

  • UNSUPPORTED_PARAM -Skips the only unsupported paramter and continues with next.

  • UNSUPPORTED_VALUE -Skips the only unsupported values and continues with next.

  • ALL -Skips both unsupported paramters and values and continues with next.