Difference between revisions of "Event.REQUEST PRODUCTS COMPLETE"

From GiderosMobile
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2012.2.2<br/>
+
<languages />
'''Value:''' requestProductsComplete<br/>
+
'''<translate>Available since</translate>:''' Gideros 2012.2.2<br/>
=== Description ===
+
'''<translate>Value</translate>:''' requestProductsComplete<br/>
This event is dispatched after the method `StoreKit:requestProducts` is called and completed request. It provides information about products available.
+
'''<translate>Defined by</translate>:''' [[Special:MyLanguage/StoreKit|StoreKit]]<br/>
=== Parameters ===
+
=== <translate>Descriptio</translate>n ===
'''error''': (number) error code if the request failed to execute<br/>
+
<translate>This event is dispatched after the method [[Special:MyLanguage/StoreKit:requestProducts|StoreKit:requestProducts]] is called and completed request. It provides information about products available.</translate>
'''errorDescription''': (string) error description if the request failed to execute<br/>
+
=== <translate>Parameters</translate> ===
'''invalidProductIdentifiers''': (table) array of product identifier strings that were not recognized by the Apple App Store<br/>
+
'''error''': (number) <translate>error code if the request failed to execute</translate><br/>
'''products''': (table) array of products where each element is a table which contains the product information<br/>
+
'''errorDescription''': (string) <translate>error description if the request failed to execute</translate><br/>
'''products[].title''': (string) localized name of the product<br/>
+
'''invalidProductIdentifiers''': (table) <translate>array of product identifier strings that were not recognized by the Apple App Store</translate><br/>
'''products[].description''': (string) localized description of the product<br/>
+
'''products''': (table) <translate>array of products where each element is a table which contains the product information</translate><br/>
'''products[].price''': (price) cost of the product in the local currency<br/>
+
'''products[].title''': (string) <translate>localized name of the product</translate><br/>
'''products[].productIdentifier''': (string) string that identifies the product in the Apple App Store<br/>
+
'''products[].description''': (string) <translate>localized description of the product</translate><br/>
 +
'''products[].price''': (price) <translate>cost of the product in the local currency</translate><br/>
 +
'''products[].productIdentifier''': (string) <translate>string that identifies the product in the Apple App Store</translate><br/>

Latest revision as of 10:59, 3 September 2018


Available since: Gideros 2012.2.2
Value: requestProductsComplete
Defined by: StoreKit

Description

This event is dispatched after the method StoreKit:requestProducts is called and completed request. It provides information about products available.

Parameters

error: (number) error code if the request failed to execute
errorDescription: (string) error description if the request failed to execute
invalidProductIdentifiers: (table) array of product identifier strings that were not recognized by the Apple App Store
products: (table) array of products where each element is a table which contains the product information
products[].title: (string) localized name of the product
products[].description: (string) localized description of the product
products[].price: (price) cost of the product in the local currency
products[].productIdentifier: (string) string that identifies the product in the Apple App Store