Class UniversalDataSystem
The Universal Data System ("UDS") is a part of the data platform that accumulates in-game events and user actions and standardizes them as UDS model data
Namespace: Unity.PSN.PS5.UDS
Syntax
public class UniversalDataSystem
Properties
IsInitialized
Has the Trophy system been initialised. UniversalDataSystem.StartSystemRequest and UniversalDataSystem.StopSystemRequest
Declaration
public static bool IsInitialized { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Methods
Schedule(AsyncOp)
Schedule an AsyncOp by adding it to the internal UniversalDataSystem queue
Declaration
public static void Schedule(AsyncOp op)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncOp | op | The operation to schedule |