docs.unity3d.com
    Show / Hide Table of Contents

    Class CommerceDialogSystem.OpenJoinPremiumDialogRequest

    Open Join premium dialog

    Inheritance
    Object
    Request
    CommerceDialogSystem.OpenJoinPremiumDialogRequest
    Inherited Members
    Request.Result
    Namespace: Unity.PSN.PS5.Commerce
    Syntax
    public class OpenJoinPremiumDialogRequest : Request

    Properties

    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