Transmitter¶
namespace GameSense
public static class Transmitter
Responsible for communication between GameSense and the GameSense Engine.
Summary¶
Methods¶
public static
¶
Returns | Method |
---|---|
void |
Send ( BaseRequest request, string endpoint) |
Methods¶
Send
¶
public static async void Send(BaseRequest request, string endpoint)
Sends a BaseRequest
to an endpoint of the GameSense Engine.
Endpoints
Read the GameSense SDK documentation for more information about endpoints.
Parameters¶
Type | Name | Description | Default |
---|---|---|---|
BaseRequest |
request |
The request to be send | |
string |
endpoint |
The endpoint where the request should be send |