searchableItems(forIdentifiers:searchableItemsHandler:)
Requests that the delegate provide searchable items for the provided identifiers.
Declaration
optional func searchableItems(forIdentifiers identifiers: [String], searchableItemsHandler: @escaping ([CSSearchableItem]) -> Void)Parameters
- identifiers:
An array of strings that represent the identifiers.
- searchableItemsHandler:
A method the framework calls that provides an array of Cssearchableitem objects.
Discussion
Use this method to provide the framework with a list of identifiers to search for.