Class Request
Base class for a Request
Namespace: Unity.PSN.PS5.Aysnc
Syntax
public class Request
Properties
Result
The results of any SDK API's called when the request is executed.
Declaration
public APIResult Result { get; protected set; }
Property Value
| Type | Description |
|---|---|
| APIResult |
Methods
HasUpdate()
Declaration
protected virtual bool HasUpdate()
Returns
| Type | Description |
|---|---|
| Boolean |
Run()
Declaration
protected virtual void Run()
Update()
Declaration
protected virtual bool Update()
Returns
| Type | Description |
|---|---|
| Boolean |