> For the complete documentation index, see [llms.txt](https://docs.sentiance.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sentiance.com/sdk/api-reference/android/driving-insights/phoneusageevent.md).

# PhoneUsageEvent

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

## PhoneUsageEvent API

### `getCallState()`

> ```java
> CallState getCallState()
> ```
>
> Returns the phone call state during the phone usage event. See [CallState](/sdk/api-reference/android/driving-insights/phoneusageevent/callstate.md).

### `getEndTime()`

> ```java
> DateTime getEndTime()
> ```
>
> Returns the end date and time of occurrence of the event.

### `getStartTime()`

> ```java
> DateTime getStartTime()
> ```
>
> Returns the start date and time of occurence of the event.

### `getWaypoints()`

> ```java
> List<Waypoint> getWaypoints()
> ```
>
> Returns a list of transport waypoints that indicate the segment of the transport where the event occurred.
