docs.unity3d.com
    Show / Hide Table of Contents

    Class UniversalDataSystem.PostEventRequest

    Post an event

    Inheritance
    Object
    Request
    UniversalDataSystem.PostEventRequest
    Inherited Members
    Request.Result
    Request.HasUpdate()
    Request.Update()
    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()
    Overrides
    Request.Run()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020