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

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09<br/> === Description === Dispatched when `GoogleBilling:checkBillingSupported` function completes with these response codes: `...")
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2012.09<br/>
 
'''Available since:''' Gideros 2012.09<br/>
 +
'''Value:''' checkBillingSupportedComplete<br/>
 
=== Description ===
 
=== Description ===
 
Dispatched when `GoogleBilling:checkBillingSupported` function completes with these response codes:
 
Dispatched when `GoogleBilling:checkBillingSupported` function completes with these response codes:
Line 6: Line 7:
 
`GoogleBilling.SERVICE_UNAVAILABLE` indicates that the network connection is down and
 
`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).
 
`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<br/>
 +
'''productType''': (string) type of product available or nil if any product type can be used<br/>

Revision as of 11:46, 23 August 2018

Available since: Gideros 2012.09
Value: checkBillingSupportedComplete

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