GroupInfoProvider

public interface GroupInfoProvider

The provider of group information.

IMCenter does not store group information itself. If group information is required during a chat, IMCenter will call this Provider to retrieve the group information.

Functions

Link copied to clipboard
public abstract Group getGroupInfo(String groupId)
Retrieves group information.