matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.crypto.model
/
UnsignedDeviceInfo
Unsigned
Device
Info
@
JsonClass
(
generateAdapter
=
true
)
data
class
UnsignedDeviceInfo
(
@
Json
(
name
=
"device_display_name"
)
val
deviceDisplayName
:
String
?
=
null
)
Members
Constructors
Unsigned
Device
Info
Link copied to clipboard
constructor
(
@
Json
(
name
=
"device_display_name"
)
deviceDisplayName
:
String
?
=
null
)
Properties
device
Display
Name
Link copied to clipboard
val
deviceDisplayName
:
String
?
=
null
The display name which the user set on the device.