<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SensorKit",
  "identifier" : "/documentation/SensorKit/SRPhoneUsageReport",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "SensorKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SRPhoneUsageReport"
  },
  "title" : "SRPhoneUsageReport"
}
-->

# SRPhoneUsageReport

An object that describes the user’s phone activity over a period of time.

```
class SRPhoneUsageReport
```

## Overview

This object describes the frequency that a device makes or receives phone calls, and the relative amount of time the user is on a call.

The [`phoneUsageReport`](/documentation/SensorKit/SRSensor/phoneUsageReport) sensor provides this class as its [`sample`](/documentation/SensorKit/SRFetchResult/sample) type.

## Topics

### Analyzing Phone Use

[`duration`](/documentation/SensorKit/SRPhoneUsageReport/duration)

The duration that the report spans.

[`totalIncomingCalls`](/documentation/SensorKit/SRPhoneUsageReport/totalIncomingCalls)

The number of calls the user receives.

[`totalOutgoingCalls`](/documentation/SensorKit/SRPhoneUsageReport/totalOutgoingCalls)

The number of calls the user makes.

[`totalPhoneCallDuration`](/documentation/SensorKit/SRPhoneUsageReport/totalPhoneCallDuration)

The total duration of all calls.

[`totalUniqueContacts`](/documentation/SensorKit/SRPhoneUsageReport/totalUniqueContacts)

The user’s number of contacts.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)