|
override void | OnError (int code, int restCode, int apiCode) |
| Request finished with error result.
|
|
override void | OnSuccess (int code) |
| Request finished with success result.
|
|
override void | OnTimeout () |
| Request not finished due to timeout.
|
|
◆ OnError()
override void CampaignCallback.OnError |
( |
int |
code, |
|
|
int |
restCode, |
|
|
int |
apiCode |
|
) |
| |
Request finished with error result.
- Parameters
-
code | Error code is type of EBackendError |
◆ OnSuccess()
override void CampaignCallback.OnSuccess |
( |
int |
code | ) |
|
Request finished with success result.
- Parameters
-
code | Code is type of EBackendRequest |
◆ OnTimeout()
override void CampaignCallback.OnTimeout |
( |
| ) |
|
Request not finished due to timeout.
The documentation for this interface was generated from the following file:
- Game/UI/Backend/CareerBackend.c