Contents

NSUserNotificationAction

An action that the user can take in response to receiving a notification.

Declaration

class NSUserNotificationAction

Overview

User notifications can specify one or more actions to show to the user by using the additionalActivationAction or additionalActions properties. NSUserNotificationAction objects contain the localized title shown to the user and an identifier used to differentiate between presented actions.

Topics

Creating User Notification Actions

Getting the Identifier and Title

See Also

User Notifications