SKStoreProductViewController.LoadProduct Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- parameters
- StoreProductParameters