StoreKit:finishTransaction

From GiderosMobile
Revision as of 15:33, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "</source>" to "</syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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.