InitParamsDto

data class InitParamsDto(var configJson: String?, var nativeSecureElement: NativeKeyStorage?, var remoteSecureElement: NativeKeyStorage?, var bleCentral: BleCentral?, var blePeripheral: BlePeripheral?, var nfcHce: NfcHce?, var nfcScanner: NfcScanner?) : Disposable

Constructors

Link copied to clipboard
constructor(configJson: String?, nativeSecureElement: NativeKeyStorage?, remoteSecureElement: NativeKeyStorage?, bleCentral: BleCentral?, blePeripheral: BlePeripheral?, nfcHce: NfcHce?, nfcScanner: NfcScanner?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun destroy()