<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: -",
    "macOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WidgetKit",
  "identifier" : "/documentation/WidgetKit/ControlPushHandler",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "WidgetKit"
    ],
    "preciseIdentifier" : "s:9WidgetKit18ControlPushHandlerP"
  },
  "title" : "ControlPushHandler"
}
-->

# ControlPushHandler

A type that can receive push information about user-configured controls.

```
protocol ControlPushHandler
```

## Overview

Register a type conforming to this protocol to receive push information
using the <doc://com.apple.documentation/documentation/SwiftUI/ControlWidgetConfiguration/pushHandler(_:)> modifier on your
controls’ configurations.

---

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)