Difference between revisions of "StoreKit:finishTransaction"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
+ | <languages /> | ||
'''<translate>Available since</translate>:''' Gideros 2012.2.2<br/> | '''<translate>Available since</translate>:''' Gideros 2012.2.2<br/> | ||
'''<translate>Class</translate>:''' [[Special:MyLanguage/StoreKit|StoreKit]]<br/> | '''<translate>Class</translate>:''' [[Special:MyLanguage/StoreKit|StoreKit]]<br/> |
Revision as of 09:57, 3 September 2018
Available since: Gideros 2012.2.2
Class: StoreKit
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.