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.
Types
class ApplePromotionalOffer | Encapsulates a promotional offer for use with in-app-purchase in Apple’s App store. |
class CommerceManager | Client facade for the Codename One Commerce service. |
interface PendingPurchaseCallback | Callback interface that the main class may implement to be notified of pending purchases. |
class Product | Represents a product within the system |
interface PromotionalOffer | A marker interface representing a promotional offer for in-app purchase. |
class 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. |
interface PurchaseCallback | Callback interface that the main class must implement in order for in-app-purchasing to work. |
class Receipt | Encapsulates a receipt for an in-app purchase. |
interface ReceiptStore | Interface that can be implemented to provide store of receipts. |
interface RestoreCallback | Callback interface that the main class must implement in order for the restore option of in-app-purchasing to work. |
class WalletExtension | Publishes card data to the Apple Wallet issuer-provisioning extension so users can add the issuer’s cards to Apple Wallet from inside the Wallet app (“From apps on your iPhone”). |
class WalletPassEntry | A card entry published to the Apple Wallet issuer-provisioning extension through WalletExtension. |