setNamedProperty method of the DataCaptureSettings interface
Sets the named property of extended settings for data capture. The name and the value of this property should be specified.
void setNamedProperty(
String name,
Object value
);
Parameters
- name
- The property name.
- value
- The settings, corresponding to the property name, that should be used in data capture.
02.03.2022 12:59:15