Type alias HttpApiEventHandlerMap

HttpApiEventHandlerMap: {
    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

Generated using TypeDoc