Data Capture Version

Defined in package com.scandit.datacapture.core

DataCaptureVersion
class DataCaptureVersion

Added in version 6.1.0

This class contains the DataCapture version getter.

VERSION_STRING
val DataCaptureVersion.VERSION_STRING: String

Added in version 6.1.0

Returns the version of the Scandit Data Capture SDK.

getProperty(name)
fun DataCaptureVersion.getProperty(name: String): Any?

Added in version 6.4.0

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