Difference between revisions of "StoreKit:finishTransaction"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2012.2.2<br/>
 
'''Available since:''' Gideros 2012.2.2<br/>
 
=== Description ===
 
=== Description ===
<br />
+
<translate><br />
 
Completes a pending transaction. Your application should call this function only after it has successfully processed the transaction and unlocked the functionality <br />
 
Completes a pending transaction. Your application should call this function only after it has successfully processed the transaction and unlocked the functionality <br />
 
purchased by the user.<br />
 
purchased by the user.<br />
<br />
+
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
  StoreKit:finishTransaction(transaction)
 
  StoreKit:finishTransaction(transaction)
 
</source>
 
</source>
 
=== Parameters ===
 
=== Parameters ===
'''transaction''': (table) transaction information recevied with the event Event.TRANSACTION. <br/>
+
'''transaction''': (table) <translate>transaction information recevied with the event Event.TRANSACTION.</translate> <br/>

Revision as of 14:32, 23 August 2018

Available since: Gideros 2012.2.2

Description


Completes a pending transaction. Your application should call this function only after it has successfully processed the transaction and unlocked the functionality
purchased by the user.

 StoreKit:finishTransaction(transaction)

Parameters

transaction: (table) transaction information recevied with the event Event.TRANSACTION.