Astra Unity 2.6.6
Astra Unity Plugin
|
Job used when we are setting App info More...
Public Member Functions | |
override string | 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 bool | GetError () |
Error message if there was an error More... | |
Public Member Functions inherited from Astra.ApiJobWithResult< string, bool > | |
IEnumerator | AsCoroutine (Action< float > progress=null, Action< T1 > onComplete=null, Action< T2 > onFailed=null) |
Wraps a job to be used within a coroutine More... | |
Public Attributes | |
string | message |
|
inlinevirtual |
Error message if there was an error
Implements Astra.ApiJobWithResult< string, bool >.
|
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< string, bool >.