---
title: "pushTokensDidChange(controls:)"
framework: widgetkit
role: symbol
role_heading: Instance Method
path: "widgetkit/controlpushhandler/pushtokensdidchange(controls:)"
---

# pushTokensDidChange(controls:)

Handle push tokens changing for configured controls.

## Declaration

```swift
func pushTokensDidChange(controls: [ControlInfo])
```

## Parameters

- `controls`: Information about controls that support push updates.

## Discussion

Discussion This function always provides information for all controls that support push updates even if only some of the tokens have changed.
