@stripe/stripe-terminal-react-native
    Preparing search index...

    Type Alias ConnectBluetoothProximityReaderParams

    type ConnectBluetoothProximityReaderParams = {
        autoReconnectOnUnexpectedDisconnect?: boolean;
        discoveryMethod: "bluetoothProximity";
        locationId: string;
        onPaymentMethodSelectionRequired?: PaymentMethodSelectionHandler;
        onQrCodeDisplayRequired?: QrCodeDisplayHandler;
        reader: Reader.Type;
    }
    Index

    Properties

    autoReconnectOnUnexpectedDisconnect?: boolean
    discoveryMethod: "bluetoothProximity"
    locationId: string
    onPaymentMethodSelectionRequired?: PaymentMethodSelectionHandler
    onQrCodeDisplayRequired?: QrCodeDisplayHandler
    reader: Reader.Type