matrix-js-sdk

    Interface ShowQrCodeCallbacks

    Callbacks for user actions to confirm that the other side has scanned our QR code.

    This is exposed as the payload of a VerifierEvent.ShowReciprocateQr event, or can be retrieved directly from the verifier as reciprocateQREvent.

    interface ShowQrCodeCallbacks {
        cancel(): void;
        confirm(): void;
    }
    Index

    Methods

    Methods

    MMNEPVFCICPMFPCPTTAAATR