onProfileSearchResultsInternal method

  1. @override
void onProfileSearchResultsInternal(
  1. List<MesiboProfile?> profiles,
  2. int reqid,
  3. bool update
)
override

Implementation

@override
  void onProfileSearchResultsInternal(List<MesiboProfile?> profiles,int reqid,bool update){if(null== _listener|| reqid!= _reqid) return;_listener!.Mesibo_onProfileSearchResults(profiles,this);}