<!--
{
  "availability" : [
    "iOS: 26.5.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AccessoryNotifications",
  "identifier" : "/documentation/AccessoryNotifications/AccessoryNotification/Action/ActionType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Accessory Notifications"
    ],
    "preciseIdentifier" : "s:22AccessoryNotifications0A12NotificationV6ActionV0D4TypeO"
  },
  "title" : "AccessoryNotification.Action.ActionType"
}
-->

# AccessoryNotification.Action.ActionType

The types of actions available for a notification.

```
enum ActionType
```

## Overview

The [`AccessoryNotification.Action`](/documentation/AccessoryNotifications/AccessoryNotification/Action) structure’s [`type`](/documentation/AccessoryNotifications/AccessoryNotification/Action/type) property is of this type.

## Topics

### Determining the type of action

[`case dismiss`](/documentation/AccessoryNotifications/AccessoryNotification/Action/ActionType/dismiss)

An action type that dismisses a notification.

[`case background`](/documentation/AccessoryNotifications/AccessoryNotification/Action/ActionType/background)

An action type that handles background interactions with a notification.

[`case textInput(placeholder: String)`](/documentation/AccessoryNotifications/AccessoryNotification/Action/ActionType/textInput(placeholder:))

An action type that captures text provided by a person in response to a notification.

## Relationships

### Conforms To

[`Decodable`](/documentation/Swift/Decodable)

[`Encodable`](/documentation/Swift/Encodable)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)