Difference between revisions of "StoreKit:canMakePayments"
From GiderosMobile
Line 8: | Line 8: | ||
(bool) = StoreKit:canMakePayments() | (bool) = StoreKit:canMakePayments() | ||
</source> | </source> | ||
+ | === Return values === | ||
'''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 10:45, 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.