---
title: Entry
framework: widgetkit
role: symbol
role_heading: Associated Type
path: widgetkit/appintenttimelineprovider/entry
---

# Entry

A type that specifies the date to display a widget, and, optionally, indicates the current relevance of the widget’s content.

## Declaration

```swift
associatedtype Entry : TimelineEntry
```

## See Also

### Generating timelines

- [placeholder(in:)](widgetkit/appintenttimelineprovider/placeholder(in:).md)
- [recommendations()](widgetkit/appintenttimelineprovider/recommendations().md)
- [relevance()](widgetkit/appintenttimelineprovider/relevance().md)
- [snapshot(for:in:)](widgetkit/appintenttimelineprovider/snapshot(for:in:).md)
- [timeline(for:in:)](widgetkit/appintenttimelineprovider/timeline(for:in:).md)
- [AppIntentTimelineProvider.Context](widgetkit/appintenttimelineprovider/context.md)
- [Intent](widgetkit/appintenttimelineprovider/intent.md)
