initialize

fun initialize(configuration: SearchResultsView.Configuration)

Initializes the inner state of this view and defines configuration options. It's obligatory to call this method as soon as the view is created.

Parameters

configuration

Configuration options.

Throws

if this method has already been called.