Astra Unity 2.6.6
Astra Unity Plugin
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Astra.Net.GetCartJob Class Reference

Job used when we are retrieving data about an in progress cart More...

Inheritance diagram for Astra.Net.GetCartJob:

Public Member Functions

override CartResult 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< CartResult, 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...
 

Detailed Description

Job used when we are retrieving data about an in progress cart

Member Function Documentation

◆ GetError()

override string Astra.Net.GetCartJob.GetError ( )
inlinevirtual

Error message if there was one

Implements Astra.ApiJobWithResult< CartResult, string >.

◆ GetResult()

override CartResult Astra.Net.GetCartJob.GetResult ( )
inlinevirtual

The result when the job is complete

Implements Astra.ApiJobWithResult< CartResult, string >.


The documentation for this class was generated from the following file: