Difference between revisions of "StoreKit:canMakePayments"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2012.2.2<br/> | '''Available since:''' Gideros 2012.2.2<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Returns whether the user is allowed to make payments.<br /> | Returns whether the user is allowed to make payments.<br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
(bool) = StoreKit:canMakePayments() | (bool) = StoreKit:canMakePayments() | ||
</source> | </source> | ||
=== Return values === | === Return values === | ||
− | '''Returns''' (bool) | + | '''Returns''' (bool) <translate>[[[true` if the user is allowed to authorize payment. `false]]] if they do not have permission.</translate><br/> |
Revision as of 13:34, 23 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.