Contents

UIMutableUserNotificationCategory

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

Declaration

@MainActor class UIMutableUserNotificationCategory

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

See Also

Deprecated classes