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/> |