CPSearchTemplateDelegate.SelectedResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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