Difference between revisions of "GoogleBilling:confirmNotification"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
+ | <languages /> | ||
'''<translate>Available since</translate>:''' Gideros 2012.09<br/> | '''<translate>Available since</translate>:''' Gideros 2012.09<br/> | ||
'''<translate>Class</translate>:''' [[Special:MyLanguage/GoogleBilling|GoogleBilling]]<br/> | '''<translate>Class</translate>:''' [[Special:MyLanguage/GoogleBilling|GoogleBilling]]<br/> | ||
Line 6: | Line 7: | ||
This request acknowledges that your application received the details of a purchase state change.<br /> | This request acknowledges that your application received the details of a purchase state change.<br /> | ||
<br /></translate> | <br /></translate> | ||
− | < | + | <syntaxhighlight lang="lua"> |
(bool) = GoogleBilling:confirmNotification(notificationId) | (bool) = GoogleBilling:confirmNotification(notificationId) | ||
− | </ | + | </syntaxhighlight> |
=== <translate>Parameters</translate> === | === <translate>Parameters</translate> === | ||
'''notificationId''': (string) <translate></translate> <br/> | '''notificationId''': (string) <translate></translate> <br/> | ||
=== <translate>Return values</translate> === | === <translate>Return values</translate> === | ||
− | '''<translate>Returns</translate>''' (bool) <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 acknowledges that your application received the details of a purchase state change.
(bool) = GoogleBilling:confirmNotification(notificationId)
Parameters
notificationId: (string)
Return values
Returns (bool) true if in-app billing service is available, false otherwise.