Preparing search index...
The search index is not available
matrix-js-sdk
matrix-js-sdk
<internal>
IVerificationChannel
Interface IVerificationChannel
Hierarchy
IVerificationChannel
Implemented by
InRoomChannel
ToDeviceChannel
Index
Properties
device
Id?
receive
Start
From
Other
Devices?
request?
room
Id?
transaction
Id?
user
Id?
Methods
can
Create
Request
complete
Content
completed
Content
From
Event
get
Timestamp
handle
Event
send
send
Completed
Properties
Optional
Readonly
device
Id
device
Id
?:
string
Optional
Readonly
receive
Start
From
Other
Devices
receive
Start
From
Other
Devices
?:
boolean
Optional
request
request
?:
VerificationRequest
<
IVerificationChannel
>
Optional
Readonly
room
Id
room
Id
?:
string
Optional
Readonly
transaction
Id
transaction
Id
?:
string
Optional
Readonly
user
Id
user
Id
?:
string
Methods
can
Create
Request
can
Create
Request
(
type
:
string
)
:
boolean
Parameters
type:
string
Returns
boolean
complete
Content
complete
Content
(
type
:
string
, content
:
Record
<
string
,
any
>
)
:
Record
<
string
,
any
>
Parameters
type:
string
content:
Record
<
string
,
any
>
Returns
Record
<
string
,
any
>
completed
Content
From
Event
completed
Content
From
Event
(
event
:
MatrixEvent
)
:
Record
<
string
,
any
>
Parameters
event:
MatrixEvent
Returns
Record
<
string
,
any
>
get
Timestamp
get
Timestamp
(
event
:
MatrixEvent
)
:
number
Parameters
event:
MatrixEvent
Returns
number
handle
Event
handle
Event
(
event
:
MatrixEvent
, request
:
VerificationRequest
<
IVerificationChannel
>
, isLiveEvent
:
boolean
)
:
Promise
<
void
>
Parameters
event:
MatrixEvent
request:
VerificationRequest
<
IVerificationChannel
>
isLiveEvent:
boolean
Returns
Promise
<
void
>
send
send
(
type
:
string
, uncompletedContent
:
Record
<
string
,
any
>
)
:
Promise
<
void
>
Parameters
type:
string
uncompletedContent:
Record
<
string
,
any
>
Returns
Promise
<
void
>
send
Completed
send
Completed
(
type
:
string
, content
:
Record
<
string
,
any
>
)
:
Promise
<
void
>
Parameters
type:
string
content:
Record
<
string
,
any
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Modules
matrix-
js-
sdk
<internal>
Content
Helpers
Secret
Storage
IVerification
Channel
device
Id?
receive
Start
From
Other
Devices?
request?
room
Id?
transaction
Id?
user
Id?
can
Create
Request
complete
Content
completed
Content
From
Event
get
Timestamp
handle
Event
send
send
Completed
Generated using
TypeDoc