docs.unity3d.com
    Show / Hide Table of Contents

    Class UniversalDataSystem.UnlockTrophyRequest

    Custom Event to unlock a trophy

    Inheritance
    Object
    Request
    UniversalDataSystem.UnlockTrophyRequest
    Inherited Members
    Request.Result
    Request.HasUpdate()
    Request.Update()
    Namespace: Unity.PSN.PS5.UDS
    Syntax
    public class UnlockTrophyRequest : Request

    Properties

    TrophyId

    Trophy Id to unlock

    Declaration
    public int TrophyId { get; set; }
    Property Value
    Type Description
    Int32

    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