matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.util
/
MatrixItem
/
RoomItem
Room
Item
data
class
RoomItem
(
val
id
:
String
,
val
displayName
:
String
?
=
null
,
val
avatarUrl
:
String
?
=
null
,
val
roomDisplayName
:
String
?
=
null
)
:
MatrixItem
Members
Constructors
Room
Item
Link copied to clipboard
constructor
(
id
:
String
,
displayName
:
String
?
=
null
,
avatarUrl
:
String
?
=
null
,
roomDisplayName
:
String
?
=
null
)
Functions
first
Letter
Of
Display
Name
Link copied to clipboard
fun
firstLetterOfDisplayName
(
)
:
String
update
Avatar
Link copied to clipboard
open
override
fun
updateAvatar
(
newAvatar
:
String
?
)
:
MatrixItem.RoomItem
Properties
avatar
Url
Link copied to clipboard
open
override
val
avatarUrl
:
String
?
=
null
display
Name
Link copied to clipboard
open
override
val
displayName
:
String
?
=
null
id
Link copied to clipboard
open
override
val
id
:
String
room
Display
Name
Link copied to clipboard
val
roomDisplayName
:
String
?
=
null