SearchSuggestionsViewOptions.OpenUrlHandler

abstract class SearchSuggestionsViewOptions.OpenUrlHandler


The handler to open the url in the customized way.

Summary

Public constructors

Public functions

abstract Unit
openUrl(url: String!)

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

Public constructors

OpenUrlHandler

OpenUrlHandler()

Public functions

openUrl

abstract fun openUrl(url: String!): Unit

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

Parameters
url: String!

the url to open.