The interface for an object that serves as the search template’s delegate.
SDK
- iOS 12.0+
Framework
- Car
Play
Declaration
@protocol CPSearchTemplateDelegate
The interface for an object that serves as the search template’s delegate.
SDK
Framework
@protocol CPSearchTemplateDelegate
- search Template: updated Search Text: completion Handler:
Tells the delegate that the user updated the search criteria text.
Required.
- search Template: selected Result: completion Handler:
Tells the delegate that the user selected an item from the search result.
Required.
- search Template Search Button Pressed:
Tells the delegate that the user tapped the keyboard’s search button.
delegate
The object that serves as the search template's delegate.