SearchSuggestionsViewOptions.ClickNotificationHandler

abstract class SearchSuggestionsViewOptions.ClickNotificationHandler


The handler to notify the click events.

Summary

Public constructors

Public functions

abstract Unit

This method must be implemented to notify the click events.

Public constructors

ClickNotificationHandler

ClickNotificationHandler()

Public functions

clicked

abstract fun clicked(clickProperties: SearchSuggestionsViewOptions.ClickProperties!): Unit

This method must be implemented to notify the click events.

Parameters
clickProperties: SearchSuggestionsViewOptions.ClickProperties!

the properties of the click event.