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

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

IStore.Purchase

public void Purchase(Purchasing.ProductDefinition product, string developerPayload);

Parameters

developerPayload Any additional developer-supplied data.
product The product to purchase.

Description

Handle a purchase request from a user.

Developer payload is provided for stores that define such a concept (Google Play).