SearchSuggestionsViewOptions.OpenUrlHandler

public abstract class SearchSuggestionsViewOptions.OpenUrlHandler


The handler to open the url in the customized way.

Summary

Public constructors

Public methods

abstract void

This method must be implemented to open the url in the customized way.

Public constructors

OpenUrlHandler

public OpenUrlHandler()

Public methods

openUrl

public abstract void openUrl(String url)

This method must be implemented to open the url in the customized way.

Parameters
String url

the url to open.