Contents

Configuration

A type that manages configuration data for an app extension.

Declaration

associatedtype Configuration : AppExtensionConfiguration

Discussion

When you create a custom app extension, Swift infers this type from your implementation of the required configuration property.

See Also

Configuring the app extension