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

    Type Alias QrCodeDisplayHandler

    QrCodeDisplayHandler: (
        paymentIntent: PaymentIntent.Type,
        qrData: QrCodeDisplayData,
        callback: {
            confirmQrCodeDisplayed: () => Promise<{ error?: StripeError }>;
            failQrCodeDisplay: (error?: string) => Promise<{ error?: StripeError }>;
        },
    ) => void

    Handler for QR code display events. Called when the SDK needs to display a QR code for payment.

    Type Declaration