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

# WidgetPushHandler

A type that can receive push information about widget refreshes and
relevance refreshes.

```
protocol WidgetPushHandler
```

## Overview

Register a type conforming to this protocol to receive push information
using the <doc://com.apple.documentation/documentation/SwiftUI/WidgetConfiguration/pushHandler(_:)>
modifier on your widgets’ 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)