cordova-plugin-purchase

Overview

The most important classes in plugin are:

  • The Store class - Entry point to the features of the plugin.
  • The Product class - Contains the definition of a product on the store.
  • The Receipt class - Contains the information of the users purchases.

In general, you will only interact with direct members of the CdvPurchase namespace.

Contributing to the API documentation

This API documentation is generated with typedoc. Do not edit files in the api/ directory directly. Only edit files in src/ts/ then run "npm run typedoc".

In particular, the source file for the README.md src/ts/README.md