---
title: title
framework: usernotifications
role: symbol
role_heading: Instance Property
path: usernotifications/unnotificationaction/title
---

# title

The localized string to use as the title of the action.

## Declaration

```swift
var title: String { get }
```

## Discussion

Discussion The system displays this string as the title of the button that the user taps or selects in the notification interface.

## See Also

### Getting Information

- [identifier](usernotifications/unnotificationaction/identifier.md)
- [icon](usernotifications/unnotificationaction/icon.md)
