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