MessageEventRequest.Respond method (1 of 2)
Respond to the message.
public void Respond(byte[] response)
parameter | description |
---|---|
response | The encoded response. |
See Also
- class MessageEventRequest
- namespace Rainway.SDK.Events
MessageEventRequest.Respond method (2 of 2)
Respond to the message by UTF-8-encoding a string.
public void Respond(string response)
parameter | description |
---|---|
response | The string to respond with. |
See Also
- class MessageEventRequest
- namespace Rainway.SDK.Events