CPSearchTemplateDelegate.UpdatedSearchText 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 search text has changed.
[Foundation.Export("searchTemplate:updatedSearchText:completionHandler:")]
public abstract void UpdatedSearchText (CarPlay.CPSearchTemplate searchTemplate, string searchText, CarPlay.CPSearchTemplateDelegateUpdateHandler completionHandler);
abstract member UpdatedSearchText : CarPlay.CPSearchTemplate * string * CarPlay.CPSearchTemplateDelegateUpdateHandler -> unit
Parameters
- searchTemplate
- CPSearchTemplate
The template for which this is the delegate.
- searchText
- String
The new search text.
- completionHandler
- CPSearchTemplateDelegateUpdateHandler
The developer must call this method after they have completed processing.
Implements
- Attributes