addSearchResultListener abstract method
Add the search result listener, which will receive notifications from the search layer.
The class does not retain the object in the 'searchResultListener' parameter. It is your responsibility to maintain a strong reference to the target object while it is attached to a class.
searchResultListener
Search result listener to add.
Implementation
void addSearchResultListener(SearchResultListener searchResultListener);