<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.11.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreSpotlight",
  "identifier" : "/documentation/CoreSpotlight/CSSearchableItemAttributeSet/supportsPhoneCall",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Core Spotlight",
      "CoreSpotlight"
    ],
    "preciseIdentifier" : "c:objc(cs)CSSearchableItemAttributeSet(py)supportsPhoneCall"
  },
  "title" : "supportsPhoneCall"
}
-->

# supportsPhoneCall

A value that indicates whether the item contains information sufficient to allow a phone call to a number associated with the item.

```
var supportsPhoneCall: NSNumber? { get set }
```

## Discussion

When an item includes the [`phoneNumbers`](/documentation/CoreSpotlight/CSSearchableItemAttributeSet/phoneNumbers) property, the phone number can be used to initiate phone calls. You can use the [`supportsPhoneCall`](/documentation/CoreSpotlight/CSSearchableItemAttributeSet/supportsPhoneCall) property to indicate when making a phone call is appropriate and likely to be a primary action for the user. For example, you might set [`supportsPhoneCall`](/documentation/CoreSpotlight/CSSearchableItemAttributeSet/supportsPhoneCall) to `1` for an item that represents a business, but not for an item that represents an academic paper that lists the phone numbers of the authors or the institution.

---

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)