![]() |
CloudOnce v2.7.5
Unified Game Services API
|
Used for callbacks when calling on methods in the native bridge plug-ins More...
Public Member Functions | |
| CloudRequestResult (T result) | |
Initializes a new instance of the CloudRequestResult<T> class of type T with an empty error More... | |
| CloudRequestResult (T result, string error) | |
Initializes a new instance of the CloudRequestResult<T> class of type T with a specified error More... | |
Used for callbacks when calling on methods in the native bridge plug-ins
| T | Type of result to send, e.g. long for score, bool for success/failure |
| T | : | new() |
|
inline |
Initializes a new instance of the CloudRequestResult<T> class of type T with an empty error
| result | Type of result to send, e.g. long for score, bool for success/failure. |
|
inline |
Initializes a new instance of the CloudRequestResult<T> class of type T with a specified error
| result | Type of result to send, e.g. long for score, bool for success/failure. |
| error | text of the error component |