---
title: "reloadTimelines(ofKind:)"
framework: widgetkit
role: symbol
role_heading: Instance Method
path: "widgetkit/widgetcenter/reloadtimelines(ofkind:)"
---

# reloadTimelines(ofKind:)

Reloads the timelines for all widgets of a particular kind.

## Declaration

```swift
func reloadTimelines(ofKind kind: String)
```

## Parameters

- `kind`: A string that identifies the widget and matches the value you used when you created the widget’s configuration.

## See Also

### Reloading Widget Timelines

- [reloadAllTimelines()](widgetkit/widgetcenter/reloadalltimelines().md)
