docs.unity3d.com
    Show / Hide Table of Contents

    Class MatchesDialogSystem.OpenPlayerReviewDialogRequest

    Open player review dialog

    Inheritance
    Object
    Request
    MatchesDialogSystem.OpenPlayerReviewDialogRequest
    Inherited Members
    Request.Result
    Namespace: Unity.PSN.PS5.Matches
    Syntax
    public class OpenPlayerReviewDialogRequest : Request

    Properties

    MatchId

    The match id

    Declaration
    public string MatchId { get; set; }
    Property Value
    Type Description
    String

    Mode

    The type of review mode

    Declaration
    public MatchesDialogSystem.OpenPlayerReviewDialogRequest.ReviewModes Mode { get; set; }
    Property Value
    Type Description
    MatchesDialogSystem.OpenPlayerReviewDialogRequest.ReviewModes

    Status

    The Status of the dialog

    Declaration
    public DialogSystem.DialogStatus Status { get; }
    Property Value
    Type Description
    DialogSystem.DialogStatus

    UserId

    User ID

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

    Methods

    CloseDialog()

    Close the dialog when it is open or just before being opened. Call this if the request has already been scheduled.

    Declaration
    public void CloseDialog()

    HasUpdate()

    Declaration
    protected override bool HasUpdate()
    Returns
    Type Description
    Boolean
    Overrides
    Request.HasUpdate()

    Reset()

    Reset the request so it can be used again. Don't call this when the request has been scheduled.

    Declaration
    public void Reset()

    Run()

    Declaration
    protected override void Run()
    Overrides
    Request.Run()

    Update()

    Declaration
    protected override bool Update()
    Returns
    Type Description
    Boolean
    Overrides
    Request.Update()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020