Difference between revisions of "GoogleBilling:confirmNotification"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 7: Line 7:
 
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 /></translate>
 
<br /></translate>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(bool) = GoogleBilling:confirmNotification(notificationId)
 
(bool) = GoogleBilling:confirmNotification(notificationId)
 
</source>
 
</source>

Revision as of 15:28, 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.

<syntaxhighlight lang="lua"> (bool) = GoogleBilling:confirmNotification(notificationId) </source>

Parameters

notificationId: (string)

Return values

Returns (bool) true if in-app billing service is available, false otherwise.