Difference between revisions of "GoogleBilling:confirmNotification"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> This request acknowledges that your application received the details of a purchase state chang...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | (bool) | + | (bool) = GoogleBilling:confirmNotification(notificationId) |
</source> | </source> | ||
− | '''notificationId | + | '''notificationId''': (string) ''''''<br/> |
'''Returns''' (bool) `true` if in-app billing service is available, `false` otherwise.<br/> | '''Returns''' (bool) `true` if in-app billing service is available, `false` otherwise.<br/> |
Revision as of 10:17, 23 August 2018
Available since: Gideros 2012.09
Description
This request acknowledges that your application received the details of a purchase state change.
(bool) = GoogleBilling:confirmNotification(notificationId)
'notificationId: (string) '
Returns (bool) `true` if in-app billing service is available, `false` otherwise.