Package com.codename1.payment


package com.codename1.payment
In-App Billing/Purchase API's are abstracted by this package. It encapsulates the different types of vendor stores and payment API's available on the market.
  • Class
    Description
    Encapsulates a promotional offer for use with in-app-purchase in Apple's App store.
    Callback interface that the main class may implement to be notified of pending purchases.
    Represents a product within the system
    A marker interface representing a promotional offer for in-app purchase.
    Represents the status of in-app-purchase goods, this class provides information about products purchased by a user as well as the ability to purchase additional products.
    Callback interface that the main class must implement in order for in-app-purchasing to work.
    Encapsulates a receipt for an in-app purchase.
    Interface that can be implemented to provide store of receipts.
    Callback interface that the main class must implement in order for the restore option of in-app-purchasing to work.