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 ToDeviceSyncResponse. toDeviceInformation 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 ToDeviceSyncResponse. getToDevice()Methods in io.github.ma1uta.matrix.client.model.sync with parameters of type ToDevice Modifier and Type Method Description voidSyncResponse. setToDevice(ToDevice toDevice)
-