Init Params Dto
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?)