Constructor
new DialogReturnClass(actionType, returnValue)
Creates a dialog return.
Parameters:
Name | Type | Description |
---|---|---|
actionType |
int | The action type value of the last dialog or popup. |
returnValue |
int | The return value of the last dialog or popup. |
Methods
getActionType() → {int}
Gets the action type of the last dialog.
Returns:
The last action type.
- Type
- int
getReturnValue() → {int}
Gets the return value of the last dialog.
Returns:
The last return value.
- Type
- int