PhoneUsageEvent

Represents a phone usage event (i.e. handling of the phone) during a transport.

PhoneUsageEvent API

callState

The end date of the event. See CallState.

let callState: CallState

endDate

The end date of the event. See SENTDate.

let endDate: SENTDate

startDate

The start date of the event. See SENTDate.

let startDate: SENTDate

waypoints

Transport waypoints that indicate the segment of the transport where the event occurred. See SENTWaypoint.

let waypoints: [SENTWaypoint]

Last updated