Contents

assistantCellConfiguration

The object that provides the configuration attributes for the assistant cell.

Declaration

var assistantCellConfiguration: CPAssistantCellConfiguration? { get set }

Discussion

Your app doesn’t receive a callback when the user selects the assistant cell. Instead, you configure an Intents Extension to handle the type of intent you specify in the cell’s configuration; audio apps must support INPlayMediaIntent and communication apps must support INStartCallIntent.

If you update this property’s value, CarPlay automatically refreshes your app’s interface to reflect the changes.

See Also

Managing the Assistant Cell