SKStoreProductViewController.LoadProductAsync(StoreProductParameters) 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.
Returns a task that loads the product that is specified by the specified product parameters
.
public System.Threading.Tasks.Task<Tuple<bool,Foundation.NSError>> LoadProductAsync (StoreKit.StoreProductParameters parameters);
member this.LoadProductAsync : StoreKit.StoreProductParameters -> System.Threading.Tasks.Task<bool * Foundation.NSError>
Parameters
- parameters
- StoreProductParameters