Data Capture Context Settings

Defined in framework ScanditDataCaptureCore

SDCDataCaptureContextSettings
@interface SDCDataCaptureContextSettings : NSObject

Added in version 6.4.0

Holds settings related to the data capture context.

+ settings
+ (instancetype)settings

Added in version 6.4.0

Creates a new settings object with the default values.

- valueForProperty:
- (nullable id)valueForProperty:(nonnull NSString *)property

Added in version 6.4.0

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

- setValue:forProperty:
- (void)setValue:(nullable id)value
     forProperty:(nonnull NSString *)property

Added 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.