CPContact
A data object that contains information about a contact.
Declaration
class CPContactOverview
CPContact is an object that represents information about a person or a business, and can include a set of contextually relevant actions that a user can perform when CarPlay displays the contact, such as getting directions to its location.
You display a contact using CPContactTemplate. The template manages the appearance of the contact, and can display up to four action buttons. After displaying it, you can update the buttons for the template by assigning a new array to the contact’s actions property.
The framework provides specialized buttons for common actions, such as CPContactCallButton or CPContactMessageButton.