Difference between revisions of "GoogleBilling:setPublicKey"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
Line 7: | Line 7: | ||
Sets the public key. You can find the public key portion of this key pair on your Google Play account's profile page.<br /> | Sets the public key. You can find the public key portion of this key pair on your Google Play account's profile page.<br /> | ||
<br /></translate> | <br /></translate> | ||
− | < | + | <syntaxhighlight lang="lua"> |
GoogleBilling:setPublicKey(publicKey) | GoogleBilling:setPublicKey(publicKey) | ||
</source> | </source> | ||
=== <translate>Parameters</translate> === | === <translate>Parameters</translate> === | ||
'''publicKey''': (string) <translate>Your Google Play public key</translate> <br/> | '''publicKey''': (string) <translate>Your Google Play public key</translate> <br/> |
Revision as of 14:28, 13 July 2023
Available since: Gideros 2012.09
Class: GoogleBilling
Description
Sets the public key. You can find the public key portion of this key pair on your Google Play account's profile page.
<syntaxhighlight lang="lua">
GoogleBilling:setPublicKey(publicKey)
</source>
Parameters
publicKey: (string) Your Google Play public key