---
title: "forwardingStatus(for:)"
framework: accessorynotifications
role: symbol
role_heading: Instance Method
path: "accessorynotifications/accessorynotificationcenter/forwardingstatus(for:)"
---

# forwardingStatus(for:)

Retrieves the current notification forwarding status for an accessory.

## Declaration

```swift
func forwardingStatus(for accessory: ASAccessory) async throws -> ForwardingDecision
```

## Parameters

- `accessory`: The accessory to query.

## Return Value

Return Value The current forwarding decision for the specified accessory.
