Difference between revisions of "StoreKit:canMakePayments"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")  | 
				|||
| (9 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__  | __NOTOC__  | ||
| − | '''Available since:''' Gideros 2012.2.2<br/>  | + | <languages />  | 
| − | === Description ===  | + | '''<translate>Available since</translate>:''' Gideros 2012.2.2<br/>  | 
| − | <br />  | + | '''<translate>Class</translate>:''' [[Special:MyLanguage/StoreKit|StoreKit]]<br/>  | 
| + | === <translate>Description</translate> ===  | ||
| + | <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>  | 
| − | <  | + | <syntaxhighlight lang="lua">  | 
(bool) = StoreKit:canMakePayments()  | (bool) = StoreKit:canMakePayments()  | ||
| − | </  | + | </syntaxhighlight>  | 
| − | === Return values ===  | + | === <translate>Return values</translate> ===  | 
| − | '''Returns''' (bool)   | + | '''<translate>Returns</translate>''' (bool) <translate>''true'' if the user is allowed to authorize payment. ''false'' if they do not have permission.</translate><br/>  | 
Latest revision as of 14:33, 13 July 2023
Available since: Gideros 2012.2.2
Class: StoreKit
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.