- Preparing search index...
- The search index is not available
matrix-js-sdk
Type alias HttpApiEventHandlerMap
Http
Api
Event
Handler
Map
: { Session.logged_out
: ((err
: MatrixError) => void); no_consent
: ((message
: string, consentUri
: string) => void); }
Type declaration
-
Session.logged_out: ((err: MatrixError) => void)
-
no_consent: ((message: string, consentUri: string) => void)
-
- (message: string, consentUri: string): void
-
Parameters
-
message: string
-
consentUri: string
Returns void