Class CommerceDialogSystem.OpenJoinPremiumDialogRequest
Open Join premium dialog
Inherited Members
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
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
Update()
Declaration
protected override bool Update()
Returns
| Type | Description |
|---|---|
| Boolean |