Difference between revisions of "GoogleBilling:setPublicKey"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2012.09<br/>
+
'''<translate>Available since</translate>:''' Gideros 2012.09<br/>
=== Description ===
+
=== <translate>Description</translate> ===
 
<translate><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 />
Line 8: Line 8:
 
  GoogleBilling:setPublicKey(publicKey)
 
  GoogleBilling:setPublicKey(publicKey)
 
</source>
 
</source>
=== Parameters ===
+
=== <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 07:29, 24 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