@procivis/react-native-one-core
    Preparing search index...

    Interface InitParams

    interface InitParams {
        bleCentral?: BleCentral;
        blePeripheral?: BlePeripheral;
        configJson?: string;
        nativeSecureElement?: NativeKeyStorage;
        nfcHce?: NfcHce;
        nfcScanner?: NfcScanner;
        remoteSecureElement?: NativeKeyStorage;
    }
    Index

    Properties

    bleCentral?: BleCentral
    blePeripheral?: BlePeripheral
    configJson?: string

    Pass a serialized JSON to override the default configuration.

    nativeSecureElement?: NativeKeyStorage

    Create an instance of the native implementation of Secure Element and pass it here.

    nfcHce?: NfcHce
    nfcScanner?: NfcScanner
    remoteSecureElement?: NativeKeyStorage

    Create a custom implementation of HSM and pass it.