Configuration

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

Configuration for the main DOT SDK component.

Constructors

Link copied to clipboard
constructor(context: Context, licenseBytes: ByteArray, libraries: Libraries, transactionCountingToken: String? = null)

Properties

Link copied to clipboard

Android Context.

Link copied to clipboard

List of libraries, which should be activated.

Link copied to clipboard

License as byte array.

Link copied to clipboard

Transaction counting token.