UserActivitySession class

This represents a user session performed on a specific device at a certain time over a period of time.

Constructors

UserActivitySession({List<Activity>? activities, String? dataSource, String? deviceCategory, String? platform, String? sessionDate, String? sessionId})
UserActivitySession.fromJson(Map json_)

Properties

activities List<Activity>?
Represents a detailed view into each of the activity in this session.
getter/setter pair
dataSource String?
The data source of a hit.
getter/setter pair
deviceCategory String?
The type of device used: "mobile", "tablet" etc.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
platform String?
Platform on which the activity happened: "android", "ios" etc.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionDate String?
Date of this session in ISO-8601 format.
getter/setter pair
sessionId String?
Unique ID of the session.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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