XKitActionEvent class

通用用户行为埋点

Implemented types
Mixed-in types

Constructors

XKitActionEvent.click(String actionName, {String? actionTitle})
XKitActionEvent.custom(String actionName, {String? actionTitle})
XKitActionEvent.input(String actionName, {String? actionTitle})

Properties

actionName String
final
actionTitle String?
final
endTime int?
getter/setter pairinherited
eventId String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
id1 String?
getter/setter pairinherited
id2 String?
getter/setter pairinherited
priority XKitEventPriority
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime int
getter/setter pairinherited
type String
final

Methods

addParam(String key, dynamic value) → void
inherited
addParams(Map<String, dynamic> params) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setEndTime(int time) → void
inherited
setId1(String id) → void
inherited
setId2(String id) → void
inherited
setStartTime(int time) → void
inherited
toMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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