SKProductStorePromotionController.FetchStorePromotionOrder Method

Definition

Fetches the override that controls the product order on the device.

[Foundation.Export("fetchStorePromotionOrderWithCompletionHandler:")]
public virtual void FetchStorePromotionOrder (Action<StoreKit.SKProduct[],Foundation.NSError> completionHandler);
abstract member FetchStorePromotionOrder : Action<StoreKit.SKProduct[], Foundation.NSError> -> unit
override this.FetchStorePromotionOrder : Action<StoreKit.SKProduct[], Foundation.NSError> -> unit

Parameters

completionHandler
Action<SKProduct[],NSError>

A handler that accepts the error, if one occurred.

This parameter can be null.

Attributes

Applies to