presentMerchandising(_:from:)
Display a merchandising view.
Declaration
@MainActor static func presentMerchandising(_ kind: AppStoreMerchandisingKind, from controller: UIViewController) async throws -> AppStoreMerchandisingKind.PresentationResultParameters
- kind:
The merchandising kind to merchandise.
- controller:
The view controller to show the merchandising UI in proximity to.
Return Value
The result of the App Store merchandising presentation.