Package ai.nexconn.chatui.userinfo
Interface UserDataProvider.GroupInfoProvider
-
- All Implemented Interfaces:
public interface UserDataProvider.GroupInfoProviderProvider 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.
-
-
Method Summary
Modifier and Type Method Description abstract GroupInfogetGroupInfo(String groupId)Returns the group information for the given group ID. -
-
Method Detail
-
getGroupInfo
abstract GroupInfo getGroupInfo(String groupId)
Returns the group information for the given group ID.
- Parameters:
groupId- the group ID.- Returns:
the corresponding GroupInfo, or
nullif not available.
-
-
-
-