Difference between revisions of "GoogleBilling:setApiVersion"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2012.09<br/> | '''Available since:''' Gideros 2012.09<br/> | ||
=== Description === | === Description === | ||
− | <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 /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
GoogleBilling:setApiVersion(apiVersion) | GoogleBilling:setApiVersion(apiVersion) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''apiVersion''': (number) | + | '''apiVersion''': (number) <translate></translate> <br/> |
Revision as of 13:34, 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)
Parameters
apiVersion: (number)