Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleExample
Code Block
languagejs
await gumbandSDK.logger.error("This is an error log message");

metrics.endInteraction(data?: object)

Ends an active interaction for a given exhibit.

Expand
titleExample
Code Block
gumbandSDK.metrics.endInteraction()

metrics.startInteraction(data?: object)

Starts an active interaction for a given exhibit.

Expand
titleExample
Code Block
gumbandSDK.metrics.startInteraction()

notifications.email(message: string): Promise<void>

...