AboutSupportDeveloper GuideVersion 37.124.81.26
ContextHandler: ((context, metadata?) => void)

Type declaration

    • (context, metadata?): void
    • Describes a callback that handles a context event. Used when attaching listeners for context broadcasts.

      Optional metadata about the context message, including the app that originated the message, SHOULD be provided by the desktop agent implementation.

      Parameters

      Returns void