Difference between revisions of "GoogleBilling:checkBillingSupported"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
'''<translate>Available since</translate>:''' Gideros 2012.09<br/>
 
'''<translate>Available since</translate>:''' Gideros 2012.09<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/GoogleBilling|GoogleBilling]]<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/GoogleBilling|GoogleBilling]]<br/>

Revision as of 10:58, 3 September 2018


Available since: Gideros 2012.09
Class: GoogleBilling

Description


This request verifies that the Google Play application supports in-app billing.
You usually send this request when your application first starts up. This request is
useful if you want to enable or disable certain UI features that are relevant only to
in-app billing.

(bool) = GoogleBilling:checkBillingSupported(productType)

Parameters

productType: (string, optional) The item type. It can be GoogleBilling.INAPP or GoogleBilling.SUBS.

Return values

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