Contents

attachments

The visual and audio attachments to display alongside the notification’s main content.

Declaration

var attachments: [UNNotificationAttachment] { get }

Discussion

Use this property to retrieve the images, movies, and audio files associated with your notification’s content. A notification content app extension might use these values to add the associated content to its view controller.

See Also

Accessing supplementary content