Contents

supportsPhoneCall

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

Declaration

var supportsPhoneCall: NSNumber? { get set }

Mentioned in

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