Astra Unity 2.6.6
Astra Unity Plugin
|
Job used when we are getting the App commerce info More...
Classes | |
class | CartConfig |
Data containing information about the cart configuration More... | |
class | GetAppInfoResult |
Data containing the result of a GetAppShopInfo request More... | |
Public Member Functions | |
override GetAppInfoResult | GetResult () |
The result when the job is complete More... | |
override string | GetError () |
Error message if there was one More... | |
GetAppShopInfoJob (ulong appId) | |
Public Member Functions inherited from Astra.ApiJobWithResult< GetAppShopInfoJob.GetAppInfoResult, 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... | |
|
inlinevirtual |
Error message if there was one
Implements Astra.ApiJobWithResult< GetAppShopInfoJob.GetAppInfoResult, string >.
|
inlinevirtual |
The result when the job is complete
Implements Astra.ApiJobWithResult< GetAppShopInfoJob.GetAppInfoResult, string >.