SKStoreProductViewController.LoadProduct Method

Definition

Loads the product that is specified by the specified product parameters and runs the provided callback when the operation completes.

public void LoadProduct (StoreKit.StoreProductParameters parameters, Action<bool,Foundation.NSError> callback);
member this.LoadProduct : StoreKit.StoreProductParameters * Action<bool, Foundation.NSError> -> unit

Parameters

callback
Action<Boolean,NSError>

Applies to