SENTCallWhileMovingEvent
This type was deprecated in v6.20.0 in favor of CallEvent.
SWIFT_CLASS_NAMED("CallWhileMovingEvent")
@interface SENTCallWhileMovingEvent : SENTDrivingEventSENTCallWhileMovingEvent API
startDate
startDateThe start date of the event.
@property (nonatomic, readonly, strong) SENTDate * _Nonnull startDate;
endDate
endDateThe end date of the event.
@property (nonatomic, readonly, strong) SENTDate * _Nonnull endDate;
minTraveledSpeedInMps
minTraveledSpeedInMpsThe minimum speed traveled during the call, in meters per second.
@property (nonatomic, readonly, strong) NSNumber * _Nullable minTraveledSpeedInMps;
maxTraveledSpeedInMps
maxTraveledSpeedInMpsThe maximum speed traveled during the call, in meters per second.
waypoints
waypointsTransport waypoints that indicate the segment of the transport where the event occurred.
Last updated