EngageAnalyticsEvent class sealed
A first-party (Digia analytics) event, modelled 1:1 on the Engage event matrix.
Events are grouped by campaign type — NudgeEvent, GuideEvent,
SurveyEvent, CarouselEvent, StoriesEvent — so each subtype exposes
exactly the fields its matrix row defines (ISP): a nudge event cannot
carry has_welcome, a guide step cannot omit its item_index. Each leaf
owns its wire eventName and how its typed fields serialize into
properties. Field→wire-key mapping (e.g. step index → item_index) lives
in the leaf, the single source of truth (SRP).
These are Digia-only. CEP forwarding uses the coarse DigiaExperienceEvent
on a separate channel — the two concerns are deliberately not unified.
- Implementers
Properties
- eventName → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
properties
→ Map<
String, Object?> -
no setter
- 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