Contents

CLKComplicationAppIntentWidgetMigrationConfiguration

A configuration object that specifies a WidgetKit complication that uses app intents.

Declaration

class CLKComplicationAppIntentWidgetMigrationConfiguration<Intent> where Intent : WidgetConfigurationIntent

Overview

These configuration objects use app intents to provide dynamic configuration information. Use intent-based complications when your app customizes the list of complications available in the complication picker based on the state of your app. For example, if you provide temperature complications for the top cities in the user’s favorites list, use a WidgetConfigurationIntent instance to describe each city.

For more information, see Migrating ClockKit complications to WidgetKit.

Topics

Creating configurations

Accessing configuration properties

Initializers

See Also

Migrating to WidgetKit