SENTTripProcessingHardEvent

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 v5.12.0, as part of the Trip Profiling feature deprecation.

Hard events are acceleration events detected over a certain threshold of velocity.

date

Returns the device date that the hard event has occurred.

@property (nonatomic, strong, readonly) NSDate *date;

magnitude

Defines the acceleration velocity in m/s2.

@property (nonatomic, readonly) double magnitude;

Last updated