DTAnalyticsUtil class

Annotations
  • @DTApi()

Constructors

DTAnalyticsUtil.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

trackTimerEnd(String eventName, {JsonMap? properties}) Future<void>
停止事件计时器
trackTimerPause(String eventName) Future<void>
暂停事件计时器,计时单位为毫秒。
trackTimerResume(String eventName) Future<void>
恢复事件计时器,计时单位为毫秒。
trackTimerStart(String eventName) Future<void>
初始化事件的计时器,计时单位为毫秒。