Data Capture Context Settings
Defined in framework ScanditCaptureCore
- DataCaptureContextSettings
open class DataCaptureContextSettings : NSObject
Added in version 6.4.0
Holds settings related to the data capture context.
- init()
init()
Added in version 6.4.0
Creates a new settings object with the default values.
- value(forProperty:)
open func value(forProperty property: String) ->
Any?Added in version 6.4.0
Retrieves the value of a previously set property.
- set(value:forProperty:)
open func set(value:
Any?, forProperty property: String) ->VoidAdded in version 6.4.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.