DotSdkConfiguration

data class DotSdkConfiguration(val context: Context, val licenseBytes: ByteArray, val libraries: List<DotLibrary>, val transactionCountingToken: String? = null)

Configuration for the main DOT SDK component.

Constructors

Link copied to clipboard
fun DotSdkConfiguration(context: Context, licenseBytes: ByteArray, libraries: List<DotLibrary>, transactionCountingToken: String? = null)

Properties

Link copied to clipboard

Android Context.

Link copied to clipboard
val libraries: List<DotLibrary>

List of libraries, which should be activated.

Link copied to clipboard

License as byte array.

Link copied to clipboard

Transaction counting token.