Uses of Class
io.github.ma1uta.matrix.client.model.sync.ToDevice
-
Packages that use ToDevice Package Description io.github.ma1uta.matrix.client.model.sync Sync API models. -
-
Uses of ToDevice in io.github.ma1uta.matrix.client.model.sync
Fields in io.github.ma1uta.matrix.client.model.sync declared as ToDevice Modifier and Type Field Description private ToDevice
SyncResponse. toDevice
Information on the send-to-device messages for the client device, as defined in Send-to-Device messaging.Methods in io.github.ma1uta.matrix.client.model.sync that return ToDevice Modifier and Type Method Description ToDevice
SyncResponse. getToDevice()
Methods in io.github.ma1uta.matrix.client.model.sync with parameters of type ToDevice Modifier and Type Method Description void
SyncResponse. setToDevice(ToDevice toDevice)
-