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