MzanalyticsMybmw class

Constructors

MzanalyticsMybmw()

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

appid(String appid) Future<void>
初始化SDK
deleteCd(String cdKey) Future<void>
删除App缓存中的自定义维度cd
deleteCm(String cmKey) Future<void>
删除App缓存中的自定义指标cm
enableExceptionService(bool enabled) Future<void>
启动crash采集开关
getCdAndCm() Future<Map?>
获取自定义维度cd和自定义指标cm集合
getCid() Future<String>
获取访客id
getManualtrackpage() Future<List?>
getManualtrackpage
isAutoTrackpage() Future<bool?>
isAutoTrackpage
logEnabled(bool enabled) Future<void>
设置日志开关
MZNativeErrorTest() Future<void>
内部测试用例 MZNativeErrorTest
onDeepLinkReceived(String url) Future<void>
DeepLink
setCAIDandVersion(Map parameter) Future<void>
setCAIDandVersion
setCd(String cdKey, String cdValue) Future<void>
设置自定义维度cd
setCm(String cmKey, String cmValue) Future<void>
设置自定义指标cm
trackEvent(Map parameter) Future<void>
自定义事件
trackException(Map exception) Future<void>
发送exception
trackPageView(Map parameter) Future<void>
页面浏览
trackPulse() Future<void>
心跳事件
trackSiteCustomEvent(Map parameter) Future<void>
高级事件