---
title: UIMutableUserNotificationCategory
framework: uikit
role: symbol
role_heading: Class
path: uikit/uimutableusernotificationcategory
---

# UIMutableUserNotificationCategory

Information about custom actions that your app can perform in response to a local or push notification.

## Declaration

```swift
@MainActor class UIMutableUserNotificationCategory
```

## Overview

Overview Use instances of this class to customize the actions included in an alert when space onscreen is constrained. After creating an instance of this class using the standard alloc/init pattern, use it to modify the actions or category name as needed. The most common use of this class is to specify the subset of actions to display when the size of the alert is relatively small.

## Topics

### Modifying the action settings

- [identifier](uikit/uimutableusernotificationcategory/identifier.md)
- [setActions(_:for:)](uikit/uimutableusernotificationcategory/setactions(_:for:).md)

## Relationships

### Inherits From

- [UIUserNotificationCategory](uikit/uiusernotificationcategory.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSMutableCopying](foundation/nsmutablecopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Deprecated classes

- [UIActionSheet](uikit/uiactionsheet.md)
- [UIAlertView](uikit/uialertview.md)
- [UIDocumentMenuViewController](uikit/uidocumentmenuviewcontroller.md)
- [UILocalNotification](uikit/uilocalnotification.md)
- [UIMenuController](uikit/uimenucontroller.md)
- [UIMenuItem](uikit/uimenuitem.md)
- [UIMutableUserNotificationAction](uikit/uimutableusernotificationaction.md)
- [UIPopoverController](uikit/uipopovercontroller.md)
- [UIPreviewAction](uikit/uipreviewaction.md)
- [UIPreviewActionGroup](uikit/uipreviewactiongroup.md)
- [UISearchDisplayController](uikit/uisearchdisplaycontroller.md)
- [UIStoryboardPopoverSegue](uikit/uistoryboardpopoversegue.md)
- [UIWebView](uikit/uiwebview.md)
- [UIUserNotificationAction](uikit/uiusernotificationaction.md)
- [UIUserNotificationCategory](uikit/uiusernotificationcategory.md)
