Difference between revisions of "GoogleBilling:confirmNotification"
From GiderosMobile
Line 12: | Line 12: | ||
'''notificationId''': (string) <translate></translate> <br/> | '''notificationId''': (string) <translate></translate> <br/> | ||
=== <translate>Return values</translate> === | === <translate>Return values</translate> === | ||
− | '''<translate>Returns</translate>''' (bool) <translate> | + | '''<translate>Returns</translate>''' (bool) <translate>''true'' if in-app billing service is available, ''false'' otherwise.</translate><br/> |
Revision as of 09:35, 24 August 2018
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.