DotSdkConfiguration

data class DotSdkConfiguration(val context: Context, val licenseBytes: ByteArray, val libraries: List<DotLibrary>)

Configuration for the main DOT SDK component.

Constructors

Link copied to clipboard
fun DotSdkConfiguration(context: Context, licenseBytes: ByteArray, libraries: List<DotLibrary>)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int

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.