Difference between revisions of "StoreKit:canMakePayments"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Returns whether the user is allowed to make payments.<br /> <br /> <source lang="lua"> (bool)...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(bool), = StoreKit:canMakePayments()
+
(bool) = StoreKit:canMakePayments()
 
</source>
 
</source>
 
'''Returns''' (bool) `true` if the user is allowed to authorize payment. `false` if they do not have permission.<br/>
 
'''Returns''' (bool) `true` if the user is allowed to authorize payment. `false` if they do not have permission.<br/>

Revision as of 11:21, 23 August 2018

Available since: Gideros 2012.2.2

Description


Returns whether the user is allowed to make payments.

(bool) = StoreKit:canMakePayments()

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