matrix-js-sdk
Preparing search index...
crypto-api
VerifierEventHandlerMap
Type Alias VerifierEventHandlerMap
Listener type map for
VerifierEvent
s.
type
VerifierEventHandlerMap
=
{
cancel
:
(
e
:
Error
|
MatrixEvent
)
=>
void
;
show_reciprocate_qr
:
(
qr
:
ShowQrCodeCallbacks
)
=>
void
;
show_sas
:
(
sas
:
ShowSasCallbacks
)
=>
void
;
}
Index
Properties
cancel
show_
reciprocate_
qr
show_
sas
Properties
cancel
cancel
:
(
e
:
Error
|
MatrixEvent
)
=>
void
show_
reciprocate_
qr
show_reciprocate_qr
:
(
qr
:
ShowQrCodeCallbacks
)
=>
void
show_
sas
show_sas
:
(
sas
:
ShowSasCallbacks
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cancel
show_
reciprocate_
qr
show_
sas
matrix-js-sdk
Loading...
Listener type map for VerifierEvents.