Difference between revisions of "GoogleBilling:setApiVersion"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
(3 intermediate revisions by the same user not shown) | |||
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>Description</translate> === | === <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 /> | ||
<br /></translate> | <br /></translate> | ||
− | < | + | <syntaxhighlight lang="lua"> |
GoogleBilling:setApiVersion(apiVersion) | GoogleBilling:setApiVersion(apiVersion) | ||
− | </ | + | </syntaxhighlight> |
=== <translate>Parameters</translate> === | === <translate>Parameters</translate> === | ||
'''apiVersion''': (number) <translate></translate> <br/> | '''apiVersion''': (number) <translate></translate> <br/> |
Latest revision as of 14:29, 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
GoogleBilling:setApiVersion(apiVersion)
Parameters
apiVersion: (number)