RetenoRecomEvents class
Recommendation events
Represents a group of recommendation events to be logged.
recomVariantId - recommendation variant ID
events - list of RetenoRecomEvent recommendation events
- eventType - event type
- impression - events describing that a specific product recommendation was shown to a user
- click - events describing that a user clicked a specific product recommendation
- dateOccurred - time when event occurred
- productId - product ID
Constructors
-
RetenoRecomEvents({required String recomVariantId, required List<
RetenoRecomEvent?> events}) -
const
Properties
-
events
→ List<
RetenoRecomEvent?> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- recomVariantId → String
-
final
- 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