---
title: ForwardingDecision
framework: accessorynotifications
role: symbol
role_heading: Enumeration
path: accessorynotifications/forwardingdecision
---

# ForwardingDecision

Possible decisions in response to the notification forwarding permission prompt.

## Declaration

```swift
enum ForwardingDecision
```

## Overview

Overview When your app calls requestForwarding(for:), the system prompts the person to choose which apps can forward notifications to your accessory.

## Topics

### Identifying the decision

- [ForwardingDecision.allow](accessorynotifications/forwardingdecision/allow.md)
- [ForwardingDecision.deny](accessorynotifications/forwardingdecision/deny.md)
- [ForwardingDecision.limited](accessorynotifications/forwardingdecision/limited.md)
- [ForwardingDecision.undetermined](accessorynotifications/forwardingdecision/undetermined.md)

### Accessing the decision’s description

- [description](accessorynotifications/forwardingdecision/description.md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)

## See Also

### Authorization

- [AccessoryNotificationCenter](accessorynotifications/accessorynotificationcenter.md)
