Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MessagingSession

Hierarchy

  • MessagingSession

Implemented by

Index

Methods

addObserver

forEachObserver

removeObserver

start

  • start(): Promise<void>
  • Start a messaging session. This promise is fulfilled when messaging session is established successfully. Promise is rejected when there are errors in communicating to messaging endpoint or connection is Unauthorized.

    Returns Promise<void>

stop

  • stop(): void

Generated using TypeDoc