Difference between revisions of "GoogleBilling:setApiVersion"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 7: Line 7:
 
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 />
 
<br /></translate>
 
<br /></translate>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
  GoogleBilling:setApiVersion(apiVersion)
 
  GoogleBilling:setApiVersion(apiVersion)
 
</source>
 
</source>
 
=== <translate>Parameters</translate> ===
 
=== <translate>Parameters</translate> ===
 
'''apiVersion''': (number) <translate></translate> <br/>
 
'''apiVersion''': (number) <translate></translate> <br/>

Revision as of 15:28, 13 July 2023


Available since: Gideros 2012.09
Class: GoogleBilling

Description


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

<syntaxhighlight lang="lua">

GoogleBilling:setApiVersion(apiVersion)

</source>

Parameters

apiVersion: (number)