Contents

init(subscriptions:)

Creates a view that displays a collection of subscription options, and merchandises them with automatic marketing content.

Declaration

nonisolated init(subscriptions: some Collection<Product>) where Content == AutomaticSubscriptionStoreMarketingContent

Parameters

  • subscriptions:

    A collection of auto-renewable subscription Product instances to merchandise. The auto-renewable subscriptions need to belong to the same subscription group.

See Also

Creating subscription store views with automatic marketing content