SENTPhoneUsageEvent

This class is part of an Early Access feature, and is subject to change in the future.

SWIFT_CLASS_NAMED("PhoneUsageEvent")
@interface SENTPhoneUsageEvent : SENTDrivingEvent

SENTPhoneUsageEvent API

startDate

The start date of the event.

@property (nonatomic, readonly, strong) SENTDate * _Nonnull startDate;

endDate

The end date of the event.

@property (nonatomic, readonly, strong) SENTDate * _Nonnull endDate;

Last updated