Contents

removeDeliveredNotification(_:)

Remove a delivered user notification from the user notification center.

Declaration

func removeDeliveredNotification(_ notification: NSUserNotification)

Parameters

  • notification:

    The user notification.

Discussion

If the user notification is not in deliveredNotifications, nothing happens.

See Also

Managing the Delivered Notifications