Astra Unity 2.6.6
Astra Unity Plugin
Astra.SetAppJob Class Reference

Job used when we are setting App info More...

Inheritance diagram for Astra.SetAppJob:

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
 

Detailed Description

Job used when we are setting App info

Member Function Documentation

◆ GetError()

override bool Astra.SetAppJob.GetError ( )
inlinevirtual

Error message if there was an error

Implements Astra.ApiJobWithResult< string, bool >.

◆ GetResult()

override string Astra.SetAppJob.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< string, bool >.


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