Difference between revisions of "GoogleBilling:confirmNotification"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2012.09<br/> | '''Available since:''' Gideros 2012.09<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <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> |
<source lang="lua"> | <source lang="lua"> | ||
(bool) = GoogleBilling:confirmNotification(notificationId) | (bool) = GoogleBilling:confirmNotification(notificationId) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''notificationId''': (string) | + | '''notificationId''': (string) <translate></translate> <br/> |
=== Return values === | === Return values === | ||
− | '''Returns''' (bool) | + | '''Returns''' (bool) <translate>[[[true` if in-app billing service is available, `false]]] otherwise.</translate><br/> |
Revision as of 13:38, 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.