Difference between revisions of "GoogleBilling:confirmNotification"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
(9 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 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 /> | + | <br /></translate> |
− | < | + | <syntaxhighlight lang="lua"> |
(bool) = GoogleBilling:confirmNotification(notificationId) | (bool) = GoogleBilling:confirmNotification(notificationId) | ||
− | </ | + | </syntaxhighlight> |
− | === Parameters === | + | === <translate>Parameters</translate> === |
− | '''notificationId''': (string) | + | '''notificationId''': (string) <translate></translate> <br/> |
− | === Return values === | + | === <translate>Return values</translate> === |
− | '''Returns''' (bool) | + | '''<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.