Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

IStoreController.InitiatePurchase

public void InitiatePurchase(Purchasing.Product product, string payload);
public void InitiatePurchase(string productId, string payload);
public void InitiatePurchase(Purchasing.Product product);
public void InitiatePurchase(string productId);

Parameters

productThe product to purchase.
payloadAny additional developer information to associate with the purchase.
productIdThe identifier for the product to purchase. This may differ from the store-specific product ID.

Description

Initiate a purchase for a specific product.

The application will be informed of the result via their IStoreListener implementation.

See Also: Product for an example usage.

Did you find this page useful? Please give it a rating: