Difference between revisions of "GoogleBilling:confirmNotification"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 9: | Line 9: | ||
<syntaxhighlight lang="lua"> | <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>''true'' if in-app billing service is available, ''false'' otherwise.</translate><br/> | '''<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.