Difference between revisions of "GoogleBilling:restoreTransactions"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> This request retrieves a user's transaction status for managed purchases. You should send...") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2012.09<br/> | + | <languages /> |
− | === Description === | + | '''<translate>Available since</translate>:''' Gideros 2012.09<br/> |
− | <br /> | + | '''<translate>Class</translate>:''' [[Special:MyLanguage/GoogleBilling|GoogleBilling]]<br/> |
+ | === <translate>Description</translate> === | ||
+ | <translate><br /> | ||
This request retrieves a user's transaction status for managed purchases. You should send this message only when you need to<br /> | This request retrieves a user's transaction status for managed purchases. You should send this message only when you need to<br /> | ||
retrieve a user's transaction status, which is usually only when your application is reinstalled or installed for the first time on a device.<br /> | retrieve a user's transaction status, which is usually only when your application is reinstalled or installed for the first time on a device.<br /> | ||
− | <br /> | + | <br /></translate> |
− | < | + | <syntaxhighlight lang="lua"> |
− | (bool) | + | (bool) = GoogleBilling:restoreTransactions() |
− | </ | + | </syntaxhighlight> |
− | '''Returns''' (bool) | + | === <translate>Return values</translate> === |
+ | '''<translate>Returns</translate>''' (bool) <translate>''true'' if in-app billing service is available, ''false'' otherwise.</translate><br/> |
Latest revision as of 14:29, 13 July 2023
Available since: Gideros 2012.09
Class: GoogleBilling
Description
This request retrieves a user's transaction status for managed purchases. You should send this message only when you need to
retrieve a user's transaction status, which is usually only when your application is reinstalled or installed for the first time on a device.
(bool) = GoogleBilling:restoreTransactions()
Return values
Returns (bool) true if in-app billing service is available, false otherwise.