UserInfoProvider

public interface UserInfoProvider

Provider of user information.

If a chat participant is a user who has not logged in (i.e., not authenticated by RC server), IMCenter will not have access to their user information. In such cases, IMCenter will call this Provider to retrieve the user information.

Functions

Link copied to clipboard
public abstract UserInfo getUserInfo(String userId)
Retrieves user information.