Package ai.nexconn.chatui.userinfo
Class UserDataProvider
-
- All Implemented Interfaces:
public class UserDataProvider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceUserDataProvider.UserInfoProviderProvider for user information.
If a chat participant has never authenticated through the server, the SDK has no user info for that user and will call this provider to retrieve it.
public interfaceUserDataProvider.GroupUserInfoProviderProvider for GroupUserInfo (group member info).
public interfaceUserDataProvider.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.
-
Constructor Summary
Constructors Constructor Description UserDataProvider()
-