matrix-sdk-android
1.6.10
matrix-sdk-android
/
org.matrix.android.sdk.api.session.sync.model
/
ToDeviceSyncResponse
To
Device
Sync
Response
@
JsonClass
(
generateAdapter
=
true
)
data
class
ToDeviceSyncResponse
(
val
events
:
List
<
Event
>
?
=
null
)
Content copied to clipboard
Constructors
Properties
Constructors
To
Device
Sync
Response
Link copied to clipboard
fun
ToDeviceSyncResponse
(
events
:
List
<
Event
>
?
=
null
)
Content copied to clipboard
Properties
events
Link copied to clipboard
val
events
:
List
<
Event
>
?
=
null
Content copied to clipboard
List of direct-to-device events.