Astra Unity 2.6.6
Astra Unity Plugin
|
Job used when we have confirmed payment for a transaction More...
Classes | |
class | CheckOutSuccessResult |
Contains results from this request More... | |
Public Member Functions | |
override CheckOutSuccessResult | GetResult () |
The result when the job is complete More... | |
override string | GetError () |
Error message if there was one More... | |
Public Member Functions inherited from Astra.ApiJobWithResult< CheckOutSuccessJob.CheckOutSuccessResult, string > | |
IEnumerator | AsCoroutine (Action< float > progress=null, Action< T1 > onComplete=null, Action< T2 > onFailed=null) |
Wraps a job to be used within a coroutine More... | |
Job used when we have confirmed payment for a transaction
|
inlinevirtual |
Error message if there was one
Implements Astra.ApiJobWithResult< CheckOutSuccessJob.CheckOutSuccessResult, string >.
|
inlinevirtual |
The result when the job is complete
Implements Astra.ApiJobWithResult< CheckOutSuccessJob.CheckOutSuccessResult, string >.