PassiveMonitoringUpdate

class PassiveMonitoringUpdate


Represents an update from Passive tracking.

Provides DataPoints associated with the Passive tracking, in addition to data related to the user's UserActivityState.

Summary

Public constructors

PassiveMonitoringUpdate(
    dataPoints: DataPointContainer,
    userActivityInfoUpdates: List<UserActivityInfo>
)

Public functions

open String

Public properties

DataPointContainer

List of DataPoints from Passive tracking.

List<UserActivityInfo>

The UserActivityInfo of the user from Passive tracking.

Public constructors

PassiveMonitoringUpdate

Added in 1.0.0
PassiveMonitoringUpdate(
    dataPoints: DataPointContainer,
    userActivityInfoUpdates: List<UserActivityInfo>
)

Public functions

toString

open fun toString(): String

Public properties

dataPoints

Added in 1.0.0
val dataPointsDataPointContainer

List of DataPoints from Passive tracking.

userActivityInfoUpdates

Added in 1.0.0
val userActivityInfoUpdatesList<UserActivityInfo>

The UserActivityInfo of the user from Passive tracking.