CLKComplicationIntentWidgetMigrationConfiguration
A configuration object that specifies an intents-based complication in WidgetKit.
Declaration
class CLKComplicationIntentWidgetMigrationConfigurationOverview
These configuration objects use an INIntent object 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 an INIntent object to describe each city.
For more information, see Migrating ClockKit complications to WidgetKit.