matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.thirdparty.model
Package-level
declarations
Types
Types
Third
Party
User
Link copied to clipboard
@
JsonClass
(
generateAdapter
=
true
)
data
class
ThirdPartyUser
(
@
Json
(
name
=
"userid"
)
val
userId
:
String
,
@
Json
(
name
=
"protocol"
)
val
protocol
:
String
,
@
Json
(
name
=
"fields"
)
val
fields
:
JsonDict
)