---
title: actionButtonTitle
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsusernotification/actionbuttontitle
---

# actionButtonTitle

Specifies the title of the action button displayed in the notification.

## Declaration

```swift
var actionButtonTitle: String { get set }
```

## Discussion

Discussion This value should be localized as it is presented to the user. The string is truncated to a length appropriate for display and the property is modified to reflect the truncation.

## See Also

### Displayed Notification Buttons

- [hasActionButton](foundation/nsusernotification/hasactionbutton.md)
- [otherButtonTitle](foundation/nsusernotification/otherbuttontitle.md)
- [hasReplyButton](foundation/nsusernotification/hasreplybutton.md)
