Class UserDataProvider

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      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.

      public interface UserDataProvider.GroupUserInfoProvider

      Provider for GroupUserInfo (group member info).

      public interface UserDataProvider.GroupInfoProvider

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

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

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

      • UserDataProvider

        UserDataProvider()
    • Method Detail