docs.unity3d.com
    Show / Hide Table of Contents

    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

    Inheritance
    Object
    UniversalDataSystem
    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

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020