Class StreamUserPreferences

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final User getUser() User information that is used to build a StreamVideo instance for logging in.
      final String getApiKey() ApiKey information that is used to build a StreamVideo instance for logging in.
      final String getUserToken() UserToken information that is used to build a StreamVideo instance for logging in.
      final Device getUserDevice() Device information that is used to be get push notifications from the Stream server.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getUser

         final User getUser()

        User information that is used to build a StreamVideo instance for logging in.

      • getApiKey

         final String getApiKey()

        ApiKey information that is used to build a StreamVideo instance for logging in.

      • getUserToken

         final String getUserToken()

        UserToken information that is used to build a StreamVideo instance for logging in.

      • getUserDevice

         final Device getUserDevice()

        Device information that is used to be get push notifications from the Stream server.