UserInfoProvider

public interface UserInfoProvider

Provider 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.

Functions

Link copied to clipboard
public abstract UserInfo getUserInfo(String userId)
Returns the user information for the given user ID.