UserActivitySession class
This represents a user session performed on a specific device at a certain time over a period of time.
Constructors
Properties
-
activities
↔ List<
Activity> -
Represents a detailed view into each of the activity in this session.
read / write
- dataSource ↔ String
-
The data source of a hit. By default, hits sent from analytics.js are
reported as "web" and hits sent from the mobile SDKs are reported as
"app". These values can be overridden in the Measurement Protocol.
read / write
- deviceCategory ↔ String
-
The type of device used: "mobile", "tablet" etc.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- platform ↔ String
-
Platform on which the activity happened: "android", "ios" etc.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sessionDate ↔ String
-
Date of this session in ISO-8601 format.
read / write
- sessionId ↔ String
-
Unique ID of the session.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited