---
title: supportsPhoneCall
framework: corespotlight
role: symbol
role_heading: Instance Property
path: corespotlight/cssearchableitemattributeset/supportsphonecall
---

# supportsPhoneCall

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

## Declaration

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

## Mentioned in

Adding your app’s content to Spotlight indexes

## Discussion

Discussion When an item includes the phoneNumbers property, the phone number can be used to initiate phone calls. You can use the 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 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.

## See Also

### Describing supporting actions

- [actionIdentifiers](corespotlight/cssearchableitemattributeset/actionidentifiers.md)
- [supportsNavigation](corespotlight/cssearchableitemattributeset/supportsnavigation.md)
- [sharedItemContentType](corespotlight/cssearchableitemattributeset/shareditemcontenttype.md)
- [CSActionIdentifier](corespotlight/csactionidentifier.md)
