Astra Unity 2.6.6
Astra Unity Plugin
Astra.Net.SetDefaultBillingJob Class Reference

Job used when we are setting the user's default billing option More...

Inheritance diagram for Astra.Net.SetDefaultBillingJob:

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...
 

Detailed Description

Job used when we are setting the user's default billing option

Member Function Documentation

◆ GetError()

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

Error message if there was one

Implements Astra.ApiJobWithResult< bool, string >.

◆ GetResult()

override bool Astra.Net.SetDefaultBillingJob.GetResult ( )
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.

Returns
Yields the success result data

Implements Astra.ApiJobWithResult< bool, string >.


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