Difference between revisions of "GoogleBilling:setPublicKey"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === <br /> Sets the public key. You can find the public key portion of this key pair on your Google Play...") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2012.09<br/> | + | <languages /> |
− | === Description === | + | '''<translate>Available since</translate>:''' Gideros 2012.09<br/> |
− | <br /> | + | '''<translate>Class</translate>:''' [[Special:MyLanguage/GoogleBilling|GoogleBilling]]<br/> |
+ | === <translate>Description</translate> === | ||
+ | <translate><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 /> | 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 /> | + | <br /></translate> |
− | < | + | <syntaxhighlight lang="lua"> |
− | + | GoogleBilling:setPublicKey(publicKey) | |
− | </ | + | </syntaxhighlight> |
− | '''publicKey | + | === <translate>Parameters</translate> === |
+ | '''publicKey''': (string) <translate>Your Google Play public key</translate> <br/> |
Latest revision as of 14:29, 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.
GoogleBilling:setPublicKey(publicKey)
Parameters
publicKey: (string) Your Google Play public key