Type Alias VerifierEventHandlerMap

VerifierEventHandlerMap: {
    cancel: ((e: Error | MatrixEvent) => void);
    show_reciprocate_qr: ((qr: ShowQrCodeCallbacks) => void);
    show_sas: ((sas: ShowSasCallbacks) => void);
}

Listener type map for VerifierEvents.