Contents

notificationActions

The actions associated with the current notification.

Declaration

var notificationActions: [UNNotificationAction] { get set }

Discussion

Use this array to dynamically update the list of actions associated with a notification. You can only change this property during the didReceive(_:) method.

See Also

Related Documentation

Working with Actions