GroupInfoProvider

public interface GroupInfoProvider

Provider for group information.

The SDK does not store group info internally. When group info is needed during a chat, the SDK will call this provider to retrieve it.

Functions

Link copied to clipboard
public abstract GroupInfo getGroupInfo(String groupId)
Returns the group information for the given group ID.