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...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2012.09<br/>
+
<languages />
=== Description ===
+
'''<translate>Available since</translate>:''' Gideros 2012.09<br/>
<br />
+
'''<translate>Class</translate>:''' [[Special:MyLanguage/GoogleBilling|GoogleBilling]]<br/>
 +
=== <translate>Description</translate> ===
 +
<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">
+
<syntaxhighlight lang="lua">
(bool), = GoogleBilling:confirmNotification(notificationId,)
+
(bool) = GoogleBilling:confirmNotification(notificationId)
</source>
+
</syntaxhighlight>
'''notificationId:''' (string) ''''''<br/>
+
=== <translate>Parameters</translate> ===
'''Returns''' (bool) `true` if in-app billing service is available, `false` otherwise.<br/>
+
'''notificationId''': (string) <translate></translate> <br/>
 +
=== <translate>Return values</translate> ===
 +
'''<translate>Returns</translate>''' (bool) <translate>''true'' if in-app billing service is available, ''false'' otherwise.</translate><br/>

Latest revision as of 15: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.