Enum MessageDialogSystem.UserMsgParams.ButtonTypes
Types of button on dialog
Namespace: Unity.PSN.PS5.Dialogs
Syntax
public enum ButtonTypes
Fields
| Name | Description |
|---|---|
| CustomButtons | Displays 2 buttons with application specified strings |
| None | Does not display buttons |
| Ok | Displays 1 button, the OK button |
| OkCancel | Displays 2 buttons, the OK button and the Cancel button. Initial focus is on the OK button |
| OkCancelFocusCancel | Displays 2 buttons, the OK button and the Cancel button. Initial focus is on the Cancel button |
| Wait | Message dialog with an indicator showing that processing is being performed |
| WaitCancel | Displays both the Cancel button and an indicator showing that processing is being performed |
| YesNo | Displays 2 buttons, the Yes button and the No button. Initial focus is on the Yes button |
| YesNoFocusNo | Displays 2 buttons, the Yes button and the No button. Initial focus is on the No button |