DotSdk

object DotSdk

IDV SDK main component.

Types

Link copied to clipboard
data class Configuration(val context: Context, val licenseBytes: ByteArray, val libraries: Libraries, val transactionCountingToken: String? = null)

Configuration for the main IDV SDK component.

Properties

Link copied to clipboard

Version name of IDV SDK.

Functions

Link copied to clipboard

Deinitializes IDV SDK and releases the native models it loaded. Must be called on a background thread. If IDV UI components are still processing camera images, this call blocks until that processing finishes.

Link copied to clipboard

Resolve Application ID.

Link copied to clipboard
fun initialize(configuration: DotSdk.Configuration)

Initializes IDV SDK with the given Configuration (license, libraries and their feature modules). Must be called on a background thread.

Link copied to clipboard

Returns whether IDV SDK is currently initialized.