Difference between revisions of "FBInstant.payments"
From GiderosMobile
Line 4: | Line 4: | ||
=== Description === | === Description === | ||
<br /> | <br /> | ||
− | Contains functions and properties related to payments and purchases of game products.<br /> | + | Contains functions and properties related to payments and purchases of game products.<br />{|- |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | {|- | ||
| style="width: 50%;"| | | style="width: 50%;"| | ||
=== Methods === | === Methods === |
Revision as of 09:12, 23 August 2018
Supported platforms: html5
Available since: Gideros 2018.3
Description
Contains functions and properties related to payments and purchases of game products.
{|-
| style="width: 50%;"|
Methods
FBInstant.payments.consumePurchaseAsync - Consumes a specific purchase belonging to the current player.
FBInstant.payments.getCatalogAsync - Fetches the game's product catalog.
FBInstant.payments.getPurchasesAsync - Fetches all of the player's unconsumed purchases.
FBInstant.payments.onReady - Sets a callback to be triggered when Payments operations are available.
FBInstant.payments.purchaseAsync - Begins the purchase flow for a specific product.
| style="width: 50%;"|
Events
Constants
|}