ISensorsDataViewScreen class abstract

页面浏览接口 配合全埋点功能使用,全埋点会判断页面浏览发生的页面是否实现了此接口,如果实现了此接口就使用此实现中的数据替换原始埋点数据

Constructors

ISensorsDataViewScreen()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trackProperties Map<String, dynamic>?
其他的页面属性
no setter
viewScreenName String?
页面名称,其格式为:package::xxx/yyy.dart/ZzzPage,表示 ZzzPage 在 yyy.dart 中使用, 其中 package::xxx/yyy.dart 为 dart 的 importUri,ZzzPage 为页面 Widget。
no setter
viewScreenTitle String?
页面标题
no setter
viewScreenUrl String?
页面 url,如果为 null 就使用 viewScreenName 替换
no setter

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