Astra Unity 2.6.6
Astra Unity Plugin
|
Job used when restoring a user session More...
Public Member Functions | |
override string | GetError () |
Message shared if there was an error More... | |
override RestoreSessionResult | 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... | |
Public Member Functions inherited from Astra.ApiJobWithResult< RestoreSessionResult, 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... | |
Job used when restoring a user session
|
inlinevirtual |
Message shared if there was an error
Implements Astra.ApiJobWithResult< RestoreSessionResult, string >.
|
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< RestoreSessionResult, string >.