|
void | OnDataReceive (string data, int size) |
| Called when data were recieved, you can ignore it when using callback to JsonStruct object with expand feature.
|
|
void | OnError (int code) |
| Request finished with error result.
|
|
void | OnSuccess (int code) |
| Request finished with success result.
|
|
void | OnTimeout () |
| Request not finished due to timeout.
|
|
◆ OnDataReceive()
Called when data were recieved, you can ignore it when using callback to JsonStruct object with expand feature.
- Parameters
-
data | Contain received data, may be JSON, plain text, XML or image |
size | |
References Print().
◆ OnError()
Request finished with error result.
- Parameters
-
code | Error code is type of EBackendError |
References GetBackendApi(), and Print().
◆ OnSuccess()
void OnSuccess |
( |
int |
code | ) |
|
|
inlineprivate |
Request finished with success result.
- Parameters
-
code | Code is type of EBackendRequest |
References Print().
◆ OnTimeout()
Request not finished due to timeout.
References Print().
The documentation for this class was generated from the following file: