<!--
{
  "availability" : [
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WidgetKit",
  "identifier" : "/documentation/WidgetKit/RelevanceEntriesProvider/entry(configuration:context:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "WidgetKit"
    ],
    "preciseIdentifier" : "s:9WidgetKit24RelevanceEntriesProviderP5entry13configuration7context5EntryQz13ConfigurationQz_AA0cdE7ContextVtYaKF"
  },
  "title" : "entry(configuration:context:)"
}
-->

# entry(configuration:context:)

Provides the entry used to render a widget for a specific relevance configuration.

```
func entry(configuration: Self.Configuration, context: Self.Context) async throws -> Self.Entry
```

## Parameters

`configuration`

the configuration for when this widget is relevant.

`context`

An object describing the context to show the widget in.

## Return Value

A relevance entry representing the widget in this configuration.

---

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)