searchPublicServiceByType

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

Search for public services by public service type.

Parameters

publicServiceType

The type of public service. Refer to .

searchType

The search type enumeration. Refer to SearchType.

keywords

The search keywords.

callback

The callback for search results.

See also

PublicServiceProfileList