onSearchSuccess abstract method

void onSearchSuccess(
  1. RequestType requestType
)

Called after a succesful search.

requestType Type of the finished request.

Implementation

void onSearchSuccess(
    search_search_layer_request_type.RequestType requestType);