Uses of Class
io.github.ma1uta.matrix.client.model.sendtodevice.SendToDeviceRequest
-
Packages that use SendToDeviceRequest Package Description io.github.ma1uta.matrix.client.api Client API interfaces. -
-
Uses of SendToDeviceRequest in io.github.ma1uta.matrix.client.api
Methods in io.github.ma1uta.matrix.client.api with parameters of type SendToDeviceRequest Modifier and Type Method Description void
SendToDeviceApi. send(String eventType, String txnId, SendToDeviceRequest sendToDeviceRequest, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.AsyncResponse asyncResponse, javax.ws.rs.core.SecurityContext securityContext)
This endpoint is used to send send-to-device events to a set of client devices.
-