Difference between revisions of "GoogleBilling:setApiVersion"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2012.09<br/>
+
'''<translate>Available since</translate>:''' Gideros 2012.09<br/>
=== Description ===
+
=== <translate>Description</translate> ===
 
<translate><br />
 
<translate><br />
 
Sets the API version. You can find more information http://developer.android.com/guide/google/play/billing/billing_reference.html#billing-versions<br />
 
Sets the API version. You can find more information http://developer.android.com/guide/google/play/billing/billing_reference.html#billing-versions<br />
Line 8: Line 8:
 
  GoogleBilling:setApiVersion(apiVersion)
 
  GoogleBilling:setApiVersion(apiVersion)
 
</source>
 
</source>
=== Parameters ===
+
=== <translate>Parameters</translate> ===
 
'''apiVersion''': (number) <translate></translate> <br/>
 
'''apiVersion''': (number) <translate></translate> <br/>

Revision as of 08:28, 24 August 2018

Available since: Gideros 2012.09

Description


Sets the API version. You can find more information http://developer.android.com/guide/google/play/billing/billing_reference.html#billing-versions

 GoogleBilling:setApiVersion(apiVersion)

Parameters

apiVersion: (number)