Difference between revisions of "GoogleBilling:setApiVersion"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Sets the API version. You can find more information http://developer.android.com/guide/google/...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= GoogleBilling:setApiVersion(apiVersion,)
+
GoogleBilling:setApiVersion(apiVersion)
 
</source>
 
</source>
'''apiVersion:''' (number)  ''''''<br/>
+
'''apiVersion''': (number)  ''''''<br/>

Revision as of 11:21, 23 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)

'apiVersion: (number) '