Difference between revisions of "GoogleBilling:setPublicKey"

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 public key. You can find the public key portion of this key pair on your Google Play account&#039;s profile page.<br />
 
Sets the public key. You can find the public key portion of this key pair on your Google Play account&#039;s profile page.<br />
<br />
+
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
  GoogleBilling:setPublicKey(publicKey)
 
  GoogleBilling:setPublicKey(publicKey)
 
</source>
 
</source>
 
=== Parameters ===
 
=== Parameters ===
'''publicKey''': (string) Your Google Play public key <br/>
+
'''publicKey''': (string) <translate>Your Google Play public key</translate> <br/>

Revision as of 13:35, 23 August 2018

Available since: Gideros 2012.09

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