Class MatchesDialogSystem.OpenPlayerReviewDialogRequest
Open player review dialog
Inherited Members
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
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 |