Contents

CPContactCallButton

A button for calling the contact.

Declaration

class CPContactCallButton

Overview

Use this button to call the template’s contact.

If your app doesn’t provide VoIP functionality, use the tel URL scheme to start a phone call with the contact. Invoke your template application scene’s open(_:options:completionHandler:) method and pass the URL. CarPlay provides this scene to your CPTemplateApplicationSceneDelegate when the scene connects.

Topics

Creating a Contact Call Button

See Also

Managing Interactions with the Contact