|
void | OnError (int code, int restCode, int apiCode) |
| Request finished with error result.
|
|
void | OnSuccess (int code) |
| Request finished with success result.
|
|
void | OnTimeout () |
| Request not finished due to timeout.
|
|
proto external ref Managed | Clone () |
| Return shallow copy of object, or null if it is not allowed (not public constructor)
|
|
◆ OnError()
void BackendCallback.OnError |
( |
int |
code, |
|
|
int |
restCode, |
|
|
int |
apiCode |
|
) |
| |
Request finished with error result.
- Parameters
-
code | Error code is type of EBackendError |
◆ OnSuccess()
void BackendCallback.OnSuccess |
( |
int |
code | ) |
|
Request finished with success result.
- Parameters
-
code | Code is type of EBackendRequest |
◆ OnTimeout()
void BackendCallback.OnTimeout |
( |
| ) |
|
Request not finished due to timeout.
The documentation for this interface was generated from the following file:
- GameLib/online/BackendApi.c