InAppPurchase
Functions
Link copied to clipboard
whether a user can make a payment.
Link copied to clipboard
Link copied to clipboard
Completes all pending transactions.
Link copied to clipboard
Completes the pending transactions corresponding to the date.
Link copied to clipboard
Link copied to clipboard
Resolves with an array of Product
objects.
Link copied to clipboard
the path to the receipt.
Link copied to clipboard
abstract fun purchaseProduct(productID: String, opts: PurchaseProductOpts = definedExternally): Promise<Boolean>
Returns true
if the product is valid and added to the payment queue.
Link copied to clipboard
Restores finished transactions. This method can be called either to install purchases on additional devices, or to restore purchases for an application that the user deleted and reinstalled.
Link copied to clipboard