Method SetCancelAction
SetCancelAction(int, string)
Bind an Action as a the cancel action of the Alert.
Declaration
public void SetCancelAction(int actionId, string displayText)
Parameters
Type | Name | Description |
---|---|---|
int | actionId | The Action Identifier. |
string | displayText | The text to display inside the action's button. |