Class StreamUserPreferences
-
- All Implemented Interfaces:
@Serializable() public final class StreamUserPreferencesStream login user data that is used to be stored in StreamUserDataStore.
-
-
Constructor Summary
Constructors Constructor Description StreamUserPreferences(User user, String apiKey, String userToken, Device userDevice)
-
Method Summary
Modifier and Type Method Description final UsergetUser()User information that is used to build a StreamVideoinstance for logging in.final StringgetApiKey()ApiKey information that is used to build a StreamVideoinstance for logging in.final StringgetUserToken()UserToken information that is used to build a StreamVideoinstance for logging in.final DevicegetUserDevice()Device information that is used to be get push notifications from the Stream server. -
-
Method Detail
-
getUser
final User getUser()
User information that is used to build a
StreamVideoinstance for logging in.
-
getApiKey
final String getApiKey()
ApiKey information that is used to build a
StreamVideoinstance for logging in.
-
getUserToken
final String getUserToken()
UserToken information that is used to build a
StreamVideoinstance for logging in.
-
getUserDevice
final Device getUserDevice()
Device information that is used to be get push notifications from the Stream server.
-
-
-
-