Difference between revisions of "FBInstant.payments"
From GiderosMobile
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Supported platforms:''' html5<br/> | + | <!-- GIDEROSOBJ:FBInstant.payments--> |
− | '''Available since:''' Gideros 2018.3<br/> | + | '''<translate>Supported platforms</translate>:''' [[File:Platform html5.png]]<br/> |
− | === | + | '''<translate>Available since</translate>:''' Gideros 2018.3<br/> |
− | <translate>< | + | |
− | Contains functions and properties related to payments and purchases of game products. | + | === <translate>Description</translate> === |
+ | Contains functions and properties related to payments and purchases of game products. | ||
+ | |||
{|- | {|- | ||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
− | === Methods === | + | === <translate>Methods</translate> === |
− | [[Special:MyLanguage/FBInstant.payments.consumePurchaseAsync|FBInstant.payments.consumePurchaseAsync]] ''<translate>Consumes a specific purchase belonging to the current player.</translate>''<br/> | + | [[Special:MyLanguage/FBInstant.payments.consumePurchaseAsync|FBInstant.payments.consumePurchaseAsync]] ''<translate>Consumes a specific purchase belonging to the current player.</translate>''<br/><!-- GIDEROSMTD:FBInstant.payments.consumePurchaseAsync(purchaseToken,callback) Consumes a specific purchase belonging to the current player. --> |
− | [[Special:MyLanguage/FBInstant.payments.getCatalogAsync|FBInstant.payments.getCatalogAsync]] ''<translate>Fetches the game's product catalog.</translate>''<br/> | + | [[Special:MyLanguage/FBInstant.payments.getCatalogAsync|FBInstant.payments.getCatalogAsync]] ''<translate>Fetches the game's product catalog.</translate>''<br/><!-- GIDEROSMTD:FBInstant.payments.getCatalogAsync(callback) Fetches the game's product catalog. --> |
− | [[Special:MyLanguage/FBInstant.payments.getPurchasesAsync|FBInstant.payments.getPurchasesAsync]] ''<translate>Fetches all of the player's unconsumed purchases.</translate>''<br/> | + | [[Special:MyLanguage/FBInstant.payments.getPurchasesAsync|FBInstant.payments.getPurchasesAsync]] ''<translate>Fetches all of the player's unconsumed purchases.</translate>''<br/><!-- GIDEROSMTD:FBInstant.payments.getPurchasesAsync(callback) Fetches all of the player's unconsumed purchases. --> |
− | [[Special:MyLanguage/FBInstant.payments.onReady|FBInstant.payments.onReady]] ''<translate>Sets a callback to be triggered when Payments operations are available.</translate>''<br/> | + | [[Special:MyLanguage/FBInstant.payments.onReady|FBInstant.payments.onReady]] ''<translate>Sets a callback to be triggered when Payments operations are available.</translate>''<br/><!-- GIDEROSMTD:FBInstant.payments.onReady(callback) Sets a callback to be triggered when Payments operations are available. --> |
− | [[Special:MyLanguage/FBInstant.payments.purchaseAsync|FBInstant.payments.purchaseAsync]] ''<translate>Begins the purchase flow for a specific product.</translate>''<br/> | + | [[Special:MyLanguage/FBInstant.payments.purchaseAsync|FBInstant.payments.purchaseAsync]] ''<translate>Begins the purchase flow for a specific product.</translate>''<br/><!-- GIDEROSMTD:FBInstant.payments.purchaseAsync(purchaseConfig,callback) Begins the purchase flow for a specific product. --> |
+ | |||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
− | === Events === | + | === <translate>Events</translate> === |
− | === Constants === | + | === <translate>Constants</translate> === |
|} | |} | ||
+ | |||
+ | {{Facebook Instant Games}} |
Latest revision as of 18:00, 25 March 2020
Supported platforms:
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 |