CPSearchTemplateDelegate.SelectedResult Method

Definition

The system calls this method after the user selects item.

[Foundation.Export("searchTemplate:selectedResult:completionHandler:")]
public abstract void SelectedResult (CarPlay.CPSearchTemplate searchTemplate, CarPlay.CPListItem item, Action completionHandler);
abstract member SelectedResult : CarPlay.CPSearchTemplate * CarPlay.CPListItem * Action -> unit

Parameters

searchTemplate
CPSearchTemplate

The template for which this is the delegate.

item
CPListItem

The selected item.

completionHandler
Action

The developer must call this method after they have completed processing.

Implements

Attributes

Applies to