Contents

presentMerchandising(_:from:)

Display a merchandising view.

Declaration

@MainActor static func presentMerchandising(_ kind: AppStoreMerchandisingKind, from window: NSWindow) async throws -> AppStoreMerchandisingKind.PresentationResult

Parameters

  • kind:

    The merchandising kind to merchandise.

  • window:

    The view window to show the merchandising UI in proximity to.

Return Value

The result of the App Store merchandising presentation.

Discussion