Enum DialogSystem.DialogStatus
Dialog status
Namespace: Unity.PSN.PS5.Dialogs
Syntax
public enum DialogStatus
Fields
| Name | Description |
|---|---|
| FinishedCancel | The dialog has finished and the Cancel/No button pressed |
| FinishedOK | The dialog has finished and the OK/Yes button pressed |
| FinishedPurchased | The dialog has finished and the purchased button pressed |
| ForceClosed | The dialog has was closed by a script method |
| None | Not set |
| Running | The dialog is open and running |