Astra Unity 2.6.6
Astra Unity Plugin
|
Job used when we are removing the user's billing options More...
Public Member Functions | |
override bool | GetResult () |
When the job is complete this function can be called by the developer to access the result data set which can be of any type (defined as T1). This needs to be defined if your derived class as an override. More... | |
override string | GetError () |
Error message if there was one More... | |
Public Member Functions inherited from Astra.ApiJobWithResult< bool, 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 are removing the user's billing options
|
inlinevirtual |
Error message if there was one
Implements Astra.ApiJobWithResult< bool, string >.
|
inlinevirtual |
When the job is complete this function can be called by the developer to access the result data set which can be of any type (defined as T1). This needs to be defined if your derived class as an override.
Implements Astra.ApiJobWithResult< bool, string >.