Difference between revisions of "StoreKit:requestProducts"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Retrieve localized information about a list of products from the Apple App Store. When the re...") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
(10 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/> |
− | Retrieve localized information about a list of products from the Apple App Store. When the request completes, | + | === <translate>Description</translate> === |
− | <br /> | + | <translate><br /> |
− | < | + | Retrieve localized information about a list of products from the Apple App Store. When the request completes, [[Special:MyLanguage/Event.REQUEST_PRODUCTS_COMPLETE|Event.REQUEST_PRODUCTS_COMPLETE]] event is dispatched.<br /> |
− | + | <br /></translate> | |
− | </ | + | <syntaxhighlight lang="lua"> |
− | '''productIdentifiers | + | StoreKit:requestProducts(productIdentifiers) |
+ | </syntaxhighlight> | ||
+ | === <translate>Parameters</translate> === | ||
+ | '''productIdentifiers''': (table) <translate>An array of product identifiers for the products you wish to retrieve descriptions of.</translate> <br/> |
Latest revision as of 14:33, 13 July 2023
Available since: Gideros 2012.2.2
Class: StoreKit
Description
Retrieve localized information about a list of products from the Apple App Store. When the request completes, Event.REQUEST_PRODUCTS_COMPLETE event is dispatched.
StoreKit:requestProducts(productIdentifiers)
Parameters
productIdentifiers: (table) An array of product identifiers for the products you wish to retrieve descriptions of.