searchPublicService

public abstract void searchPublicService(RongIMClient.SearchType searchType, String keywords, RongIMClient.ResultCallback<PublicServiceProfileList> callback)

Search for public services.

Parameters

searchType

The search type enumeration. Refer to SearchType.

keywords

The search keywords.

callback

The callback for search results.

See also

PublicServiceProfileList