SearchSuggestionsViewOptions.ClickNotificationHandler

public abstract class SearchSuggestionsViewOptions.ClickNotificationHandler


The handler to notify the click events.

Summary

Public constructors

Public methods

abstract void

This method must be implemented to notify the click events.

Public constructors

ClickNotificationHandler

public ClickNotificationHandler()

Public methods

clicked

public abstract void clicked(SearchSuggestionsViewOptions.ClickProperties clickProperties)

This method must be implemented to notify the click events.

Parameters
SearchSuggestionsViewOptions.ClickProperties clickProperties

the properties of the click event.