ListItemView class Adding data to your events Tracking events
Event tracking the view of an item in a list.
If screen engagement tracking is enabled, the list item view events will be aggregated into a screen_summary
entity.
Schema: iglu:com.snowplowanalytics.mobile/list_item_view/jsonschema/1-0-0
Constructors
- ListItemView({required int index, int? itemsCount})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
Index of the item in the list
final
- itemsCount → int?
-
Total number of items in the list
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
endpoint(
) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, Object?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited