HardEvent

This document refers to deprecated parts of the platform and has been left intact to help customers with legacy integrations. In order to access the latest platform features and documentation, please go to https://docs.sentiance.com.

Deprecated

This class was deprecated in v4.21.0, as part of the Trip Profiling feature deprecation.

A HardEvent is any unusual and/or rigorous force that is applied to the device and detected by the SDK.

HardEvent API

getMagnitude()

public double getMagnitude()

Returns the magnitude of this hard event in m/s2.

getTimestamp()

public long getTimestamp()

Returns the UTC time of this hard event, in milliseconds since January 1, 1970.

Last updated