Interface UserDataProvider.UserInfoProvider

  • All Implemented Interfaces:

    
    public interface UserDataProvider.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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract UserInfo getUserInfo(String userId) Returns the user information for the given user ID.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getUserInfo

         abstract UserInfo getUserInfo(String userId)

        Returns the user information for the given user ID.

        Parameters:
        userId - the user ID.
        Returns:

        the corresponding UserInfo, or null if not available.