matrix-js-sdk
Preparing search index...
matrix
<internal>
StatsReportHandlerMap
Type Alias StatsReportHandlerMap
type
StatsReportHandlerMap
=
{
"StatsReport.byte_sent_stats"
:
(
report
:
ByteSentStatsReport
)
=>
void
;
"StatsReport.call_feed_report"
:
(
report
:
CallFeedReport
)
=>
void
;
"StatsReport.connection_stats"
:
(
report
:
ConnectionStatsReport
)
=>
void
;
"StatsReport.summary_stats"
:
(
report
:
SummaryStatsReport
)
=>
void
;
}
Index
Properties
Stats
Report.byte_
sent_
stats
Stats
Report.call_
feed_
report
Stats
Report.connection_
stats
Stats
Report.summary_
stats
Properties
Stats
Report.byte_
sent_
stats
"StatsReport.byte_sent_stats"
:
(
report
:
ByteSentStatsReport
)
=>
void
Stats
Report.call_
feed_
report
"StatsReport.call_feed_report"
:
(
report
:
CallFeedReport
)
=>
void
Stats
Report.connection_
stats
"StatsReport.connection_stats"
:
(
report
:
ConnectionStatsReport
)
=>
void
Stats
Report.summary_
stats
"StatsReport.summary_stats"
:
(
report
:
SummaryStatsReport
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
Stats
Report.byte_
sent_
stats
Stats
Report.call_
feed_
report
Stats
Report.connection_
stats
Stats
Report.summary_
stats
matrix-js-sdk
Loading...