Event emitted when reader has begun ISO/IEC DIS 18013-5 mDL Peripheral Server Mode with "qrCode" device engagement and the app is required to present a URL QR code with the given qrCodeUri to be scanned by the reader

interface QrCodeState {
    kind: "qrCode";
    qrCodeUri: string;
}

Properties

Properties

kind: "qrCode"
qrCodeUri: string

URI to be displayed as QR code

Generated using TypeDoc