---
title: body
framework: accessorynotifications
role: symbol
role_heading: Instance Property
path: accessorynotifications/accessorynotification/body
---

# body

A string that contains the notification’s main content.

## Declaration

```swift
let body: NSAttributedString?
```

## Discussion

Discussion This property can embed genmoji (NSAdaptiveImageGlyph).

## See Also

### Displaying notification content

- [title](accessorynotifications/accessorynotification/title.md)
- [subtitle](accessorynotifications/accessorynotification/subtitle.md)
- [summary](accessorynotifications/accessorynotification/summary.md)
