Difference between revisions of "GoogleBilling:confirmNotification"
From GiderosMobile
| Line 8: | Line 8: | ||
(bool) = GoogleBilling:confirmNotification(notificationId) | (bool) = GoogleBilling:confirmNotification(notificationId) | ||
</source> | </source> | ||
| − | '''notificationId''': (string) | + | === Parameters === |
| + | '''notificationId''': (string) <br/> | ||
| + | === Return values === | ||
'''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:44, 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)
Parameters
notificationId: (string)
Return values
Returns (bool) `true` if in-app billing service is available, `false` otherwise.