Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • EventReporter

Index

Constructors

constructor

Properties

Static appkey

appkey: undefined | string

appkey

Static browser

browser: undefined | string

浏览器信息

Static businessId

businessId: undefined | string

业务号

Static callId

callId: undefined | string

通话唯一ID

Static channel

channel: undefined | string

渠道

Static content

content: undefined | string

自定义信息

Static platform

platform: undefined | string

平台

Static sdkVersion

sdkVersion: undefined | string

SDK版本号

Static traceId

traceId: undefined | string

连接唯一ID

Static username

username: undefined | string

登录用户名

Static uuid

uuid: string

唯一标识,待加

Methods

EventReport

  • 事件上报 如传入socket, 将会通过socket将收集到的事件上报到服务器

    Parameters

    Returns Promise<void>

Static EventReportInit

  • EventReportInit(info: EventInfo): Promise<void>
  • 初始化事件上报,设置基本参数

    Parameters

    Returns Promise<void>

Static SetEventReportConfig

  • SetEventReportConfig(info: EventInfo): Promise<void>
  • 重新设置基本参数 如传入socket, 将会通过socket将收集到的事件上报到服务器

    Parameters

    Returns Promise<void>