Enum DialogResponse
Contains types of responses to a dialog.
public enum DialogResponse
Fields
Disconnected = -1The player disconnected while the dialog was still open.
LeftButton = 1The player responded by selecting the left button.
RightButtonOrCancel = 0The player responded by selecting the right button or closing the dialog.