Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TelemetryHandler

Callback to handle telemetry data.

Callable

  • __call(isError: boolean, message: string, ...args: any[]): void
  • Callback to handle telemetry data.

    Parameters

    • isError: boolean

      Whether this telemetry is considered an error.

    • message: string

      Descriptive string describing something that happened.

    • Rest ...args: any[]

      Possibly empty array containing additional information.

    Returns void

Generated using TypeDoc