Class UniversalDataSystem.PostEventRequest
Post an event
Namespace: Unity.PSN.PS5.UDS
Syntax
public class PostEventRequest : Request
Properties
CalculateEstimatedSize
Calculate the estimated size of the event after sending
Declaration
public bool CalculateEstimatedSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
EstimatedSize
The returned estimated size of the event. CalculateEstimatedSize
Declaration
public ulong EstimatedSize { get; }
Property Value
| Type | Description |
|---|---|
| UInt64 |
EventData
Event to post
Declaration
public UniversalDataSystem.UDSEvent EventData { get; set; }
Property Value
| Type | Description |
|---|---|
| UniversalDataSystem.UDSEvent |
UserId
User Id
Declaration
public int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
Run()
Declaration
protected override void Run()