Difference between revisions of "StoreKit:canMakePayments"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2012.2.2<br/>
+
'''<translate>Available since</translate>:''' Gideros 2012.2.2<br/>
=== Description ===
+
=== <translate>Description</translate> ===
 
<translate><br />
 
<translate><br />
 
Returns whether the user is allowed to make payments.<br />
 
Returns whether the user is allowed to make payments.<br />
Line 8: Line 8:
 
(bool) = StoreKit:canMakePayments()
 
(bool) = StoreKit:canMakePayments()
 
</source>
 
</source>
=== Return values ===
+
=== <translate>Return values</translate> ===
'''Returns''' (bool) <translate>[[Special:MyLanguage/true|true]] if the user is allowed to authorize payment. [[Special:MyLanguage/false|false]] if they do not have permission.</translate><br/>
+
'''<translate>Returns</translate>''' (bool) <translate>[[Special:MyLanguage/true|true]] if the user is allowed to authorize payment. [[Special:MyLanguage/false|false]] if they do not have permission.</translate><br/>

Revision as of 08:28, 24 August 2018

Available since: Gideros 2012.2.2

Description


Returns whether the user is allowed to make payments.

(bool) = StoreKit:canMakePayments()

Return values

Returns (bool) true if the user is allowed to authorize payment. false if they do not have permission.