Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UserAgentManager

Static manager of environment level SDK user agent information.

Hierarchy

  • UserAgentManager

Index

Properties

Static Private components

components: Set<string> = new Set()

Static Private userAgent

userAgent: string = ""

Methods

Static getUserAgent

  • getUserAgent(): string

Static registerComponent

  • registerComponent(component: string): void
  • Registers a user agent component. This will be appended to the generated user agent string. Duplicate components will be ignored.

    Parameters

    • component: string

      string component to add to the full user agent

    Returns void