onSearchStart abstract method

void onSearchStart(
  1. RequestType requestType
)

Called when the search starts.

requestType Type of the started request.

Implementation

void onSearchStart(search_search_layer_request_type.RequestType requestType);