- Preparing search index...
- The search index is not available
matrix-js-sdk
Type alias HttpApiEventHandlerMap
Http
ApiEventHandlerMap: {
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