matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.auth.login
/
LoginProfileInfo
Login
Profile
Info
data
class
LoginProfileInfo
(
val
matrixId
:
String
,
val
displayName
:
String
?
,
val
fullAvatarUrl
:
String
?
)
Members
Constructors
Login
Profile
Info
Link copied to clipboard
constructor
(
matrixId
:
String
,
displayName
:
String
?
,
fullAvatarUrl
:
String
?
)
Properties
display
Name
Link copied to clipboard
val
displayName
:
String
?
full
Avatar
Url
Link copied to clipboard
val
fullAvatarUrl
:
String
?
matrix
Id
Link copied to clipboard
val
matrixId
:
String