Method SendJSONRequest
SendJSONRequest(string, object, Action<object, string>)
Declaration
protected static UnityWebRequestAsyncOperation SendJSONRequest(string serviceURL, object requestBody, Action<object, string> onDone)
Parameters
| Type | Name | Description |
|---|---|---|
| string | serviceURL | |
| object | requestBody | |
| Action<object, string> | onDone |
Returns
| Type | Description |
|---|---|
| UnityWebRequestAsyncOperation |