matrix-sdk-android
1.6.10
matrix-sdk-android
/
org.matrix.android.sdk.api.session.room.model.tag
/
RoomTagContent
Room
Tag
Content
@
JsonClass
(
generateAdapter
=
true
)
data
class
RoomTagContent
(
@
Json
(
name
=
"tags"
)
val
tags
:
Map
<
String
,
Map
<
String
,
Any
>
>
=
emptyMap()
)
Content copied to clipboard
Constructors
Properties
Constructors
Room
Tag
Content
Link copied to clipboard
fun
RoomTagContent
(
@
Json
(
name
=
"tags"
)
tags
:
Map
<
String
,
Map
<
String
,
Any
>
>
=
emptyMap()
)
Content copied to clipboard
Properties
tags
Link copied to clipboard
val
tags
:
Map
<
String
,
Map
<
String
,
Any
>
>
Content copied to clipboard