Zhugeio class

Constructors

Zhugeio()

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 Properties

platformVersion Future<String>
no setter

Static Methods

endTrack(String eventName, Map properties) → void
identify(String userId, Map properties) → void
标识用户。 @param userId 用户ID @param properties 用户属性
startTrack(String eventName) → void
开始追踪一个耗时事件,这个借口并不会真正的统计这个事件。当你调用endTrack时,会统计两个接口之间的耗时, 并作为一个属性添加到事件之中 @param eventName 事件名称
track(String eventName, Map properties) → void
track 事件追踪 @param eventName @param properties Map<String, dynamic> 事件属性
trackRevenue(Map properties) → void
track 收入事件追踪 @param properties Map<String, dynamic> 事件属性