![]() |
CotC C# SDK for Unity
v1.4.0.1
Making social games is easy !
|
Holds two callback delegates to call in case of resolved (success) or rejected (failure) Promise. Should only be used for internal SDK conveniency.
Public Attributes | |
Action< T > | Callback |
Delegate to call in case of resolved (success) Promise. Provides a promised type result when resolved. More... | |
Action< Exception > | OnFailure |
Delegate to call in case of rejected (failure) Promise. More... | |
Action | Callback |
Delegate to call in case of resolved (success) Promise. More... | |
Action<T> CotcSdk.PromiseHandler< T >.Callback |
Delegate to call in case of resolved (success) Promise. Provides a promised type result when resolved.
Action CotcSdk.PromiseHandler< T >.Callback |
Delegate to call in case of resolved (success) Promise.
Action< Exception > CotcSdk.PromiseHandler< T >.OnFailure |
Delegate to call in case of rejected (failure) Promise.