showSearchViewWithTitle

fun showSearchViewWithTitle(title: String, callback: VMESearchViewCallback?)

Request to show the search view.

Since

1.19

Parameters

title

The title to display within the serach view.

callback

The callback to invoke with the result. Pass null if you do not need to be informed of the result.