matrix-sdk-android
1.6.10
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
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Room
Item
Link copied to clipboard
fun
RoomItem
(
id
:
String
,
displayName
:
String
?
=
null
,
avatarUrl
:
String
?
=
null
,
roomDisplayName
:
String
?
=
null
)
Content copied to clipboard
Functions
first
Letter
Of
Display
Name
Link copied to clipboard
fun
firstLetterOfDisplayName
(
)
:
String
Content copied to clipboard
update
Avatar
Link copied to clipboard
open
override
fun
updateAvatar
(
newAvatar
:
String
?
)
:
MatrixItem.RoomItem
Content copied to clipboard
Properties
avatar
Url
Link copied to clipboard
open
override
val
avatarUrl
:
String
?
=
null
Content copied to clipboard
display
Name
Link copied to clipboard
open
override
val
displayName
:
String
?
=
null
Content copied to clipboard
id
Link copied to clipboard
open
override
val
id
:
String
Content copied to clipboard
room
Display
Name
Link copied to clipboard
val
roomDisplayName
:
String
?
=
null
Content copied to clipboard