Difference between revisions of "GoogleBilling:confirmNotification"

From GiderosMobile
Line 11: Line 11:
 
'''notificationId''': (string) <translate></translate> <br/>
 
'''notificationId''': (string) <translate></translate> <br/>
 
=== Return values ===
 
=== Return values ===
'''Returns''' (bool) <translate>[[true]] if in-app billing service is available, [[false]] otherwise.</translate><br/>
+
'''Returns''' (bool) <translate>[[Special:MyLanguage/true|true]] if in-app billing service is available, [[Special:MyLanguage/false|false]] otherwise.</translate><br/>

Revision as of 17:35, 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.