Data Capture Context Settings

Defined in library scandit_datacapture_core

DataCaptureContextSettings
class DataCaptureContextSettings

Added in version 6.7.0

Holds settings related to the data capture context.

DataCaptureContextSettings()
 DataCaptureContextSettings()

Added in version 6.7.0

Creates a new settings object with the default values.

getProperty(name)
T getProperty<T>(String name)

Added in version 6.7.0

Retrieves the value of a previously set property. In case the property does not exist, null is returned.

setProperty(name, value)
void setProperty<T>(String name,
        T value)

Added in version 6.7.0

Sets a property to the provided value. Use this method to set properties that are not yet part of a stable API. Properties set through this method may or may not be used or change in a future release.