Difference between revisions of "Event.CHECK BILLING SUPPORTED COMPLETE"

From GiderosMobile
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2012.09<br/>
+
<languages />
'''Value:''' checkBillingSupportedComplete<br/>
+
'''<translate>Available since</translate>:''' Gideros 2012.09<br/>
=== Description ===
+
'''<translate>Value</translate>:''' checkBillingSupportedComplete<br/>
<translate>Dispatched when [[GoogleBilling:checkBillingSupported]] function completes with these response codes:
+
'''<translate>Defined by</translate>:''' [[Special:MyLanguage/GoogleBilling|GoogleBilling]]<br/>
[[GoogleBilling.OK]] indicates that purchases can be made
+
=== <translate>Descriptio</translate>n ===
[[GoogleBilling.SERVICE_UNAVAILABLE]] indicates that the network connection is down and
+
<translate>Dispatched when [[Special:MyLanguage/GoogleBilling:checkBillingSupported|GoogleBilling:checkBillingSupported]] function completes with these response codes:
[[GoogleBilling.BILLING_UNAVAILABLE]] indicates that in-app billing is not available because the API version that you specified is not recognized by the Google Play application or the user is ineligible for in-app billing (for example, the user resides in a country that prohibits in-app purchases).</translate>
+
[[Special:MyLanguage/GoogleBilling.OK|GoogleBilling.OK]] indicates that purchases can be made
=== Parameters ===
+
[[Special:MyLanguage/GoogleBilling.SERVICE_UNAVAILABLE|GoogleBilling.SERVICE_UNAVAILABLE]] indicates that the network connection is down and
 +
[[Special:MyLanguage/GoogleBilling.BILLING_UNAVAILABLE|GoogleBilling.BILLING_UNAVAILABLE]] indicates that in-app billing is not available because the API version that you specified is not recognized by the Google Play application or the user is ineligible for in-app billing (for example, the user resides in a country that prohibits in-app purchases).</translate>
 +
=== <translate>Parameters</translate> ===
 
'''responseCode''': (string) <translate>response code</translate><br/>
 
'''responseCode''': (string) <translate>response code</translate><br/>
 
'''productType''': (string) <translate>type of product available or nil if any product type can be used</translate><br/>
 
'''productType''': (string) <translate>type of product available or nil if any product type can be used</translate><br/>

Latest revision as of 10:59, 3 September 2018


Available since: Gideros 2012.09
Value: checkBillingSupportedComplete
Defined by: GoogleBilling

Description

Dispatched when GoogleBilling:checkBillingSupported function completes with these response codes: GoogleBilling.OK indicates that purchases can be made GoogleBilling.SERVICE_UNAVAILABLE indicates that the network connection is down and GoogleBilling.BILLING_UNAVAILABLE indicates that in-app billing is not available because the API version that you specified is not recognized by the Google Play application or the user is ineligible for in-app billing (for example, the user resides in a country that prohibits in-app purchases).

Parameters

responseCode: (string) response code
productType: (string) type of product available or nil if any product type can be used