SWIFT_CLASS_NAMED("PhoneUsageEvent")
@interface SENTPhoneUsageEvent : SENTDrivingEvent
The start date of the event.
@property (nonatomic, readonly, strong) SENTDate * _Nonnull startDate;
The end date of the event.
@property (nonatomic, readonly, strong) SENTDate * _Nonnull endDate;