activeTimeMillis property

String? activeTimeMillis
getter/setter pair

Session active time.

While start_time_millis and end_time_millis define the full session time, the active time can be shorter and specified by active_time_millis. If the inactive time during the session is known, it should also be inserted via a com.google.activity.segment data point with a STILL activity value

Implementation

core.String? activeTimeMillis;