Data Capture Context Deserializer Result

Defined in framework ScanditCaptureCore

Warning

The deserialization API is not yet stable and will still change over the coming releases.

DataCaptureContextDeserializerResult
open class DataCaptureContextDeserializerResult : NSObject

Added in version 6.1.0

The result of a data capture context deserialization.

context
open var context: DataCaptureContext { get }

Added in version 6.1.0

The context created or updated through the deserialization.

view
open var view: DataCaptureView? { get }

Added in version 6.1.0

The view created or updated through the context deserialization.

components
open var components: Array<any DataCaptureComponent> { get }

Added in version 6.3.0

All components created or updated through the context deserialization.

warnings
open var warnings: Array<String> { get }

Added in version 6.1.0

The warnings produced during deserialization, for example which properties were not used during deserialization.