EmotionAI class

Constructors

EmotionAI(String visitorId, String? anonymousId)

Properties

anonymousId String?
getter/setter pair
currentScreenName String
getter/setter pair
delegate EmotionAiDelegate?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasScrolled Map<int, bool>
final
isCollecting bool
getter/setter pair
onEmotionCollected VoidCallback?
getter/setter pair
pointerDownTimes Map<int, DateTime>
final
pointerPaths Map<int, List<Map<String, dynamic>>>
final
pollingScore PollingScore?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service Service?
getter/setter pair
startPositions Map<int, Offset>
final
timeStartCollecting double
getter/setter pair
touchStartTime DateTime?
getter/setter pair
visitorId String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAppScreenChange(String screenName) → dynamic
sendEmotionEvent(Hit aiHit, {dynamic completion(Exception?)?}) Future<void>
sendEvent(Hit event, double deltaTime) → dynamic
startEAICollectForView(String nameScreen) → void
stopCollecting() → void
toString() String
A string representation of this object.
inherited
updateTupleId(String visitorId, String? anonymousId) → dynamic

Operators

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

Constants

kTouchSlop → const double