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)