SKProductStorePromotionController.FetchStorePromotionOrderAsync Method

Definition

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

public virtual System.Threading.Tasks.Task<StoreKit.SKProduct[]> FetchStorePromotionOrderAsync ();
abstract member FetchStorePromotionOrderAsync : unit -> System.Threading.Tasks.Task<StoreKit.SKProduct[]>
override this.FetchStorePromotionOrderAsync : unit -> System.Threading.Tasks.Task<StoreKit.SKProduct[]>

Returns

A task that represents the asynchronous FetchStorePromotionOrder operation. The value of the TResult parameter is of type System.Action<StoreKit.SKProduct[],Foundation.NSError>.

Applies to