Difference between revisions of "Event.CONFIRM NOTIFICATION COMPLETE"

From GiderosMobile
Line 4: Line 4:
 
'''<translate>Defined by</translate>:''' [[Special:MyLanguage/GoogleBilling|GoogleBilling]]<br/>
 
'''<translate>Defined by</translate>:''' [[Special:MyLanguage/GoogleBilling|GoogleBilling]]<br/>
 
=== <translate>Descriptio</translate>n ===
 
=== <translate>Descriptio</translate>n ===
<translate>Dispatched when `GoogleBilling:confirmNotification` function completes with these response codes:
+
<translate>Dispatched when [[Special:MyLanguage/GoogleBilling:confirmNotification|GoogleBilling:confirmNotification]] function completes with these response codes:
`GoogleBilling.OK` indicates that the request was sent to the server successfully.
+
[[Special:MyLanguage/GoogleBilling.OK|GoogleBilling.OK]] indicates that the request was sent to the server successfully.
`GoogleBilling.ERROR` indicates an unexpected server error. For example, this error is triggered if you try to purchase an item from yourself, which is not allowed by Google Wallet.
+
[[Special:MyLanguage/GoogleBilling.ERROR|GoogleBilling.ERROR]] indicates an unexpected server error. For example, this error is triggered if you try to purchase an item from yourself, which is not allowed by Google Wallet.
`GoogleBilling.DEVELOPER_ERROR` indicates that an application is trying to make an in-app billing request but the application has not declared the  com.android.vending.BILLING permission in its manifest. Can also indicate that an application is not properly signed, or that you sent a malformed request, such as a request with missing Bundle keys or a request that uses an unrecognized request type.</translate>
+
[[Special:MyLanguage/GoogleBilling.DEVELOPER_ERROR|GoogleBilling.DEVELOPER_ERROR]] indicates that an application is trying to make an in-app billing request but the application has not declared the  com.android.vending.BILLING permission in its manifest. Can also indicate that an application is not properly signed, or that you sent a malformed request, such as a request with missing Bundle keys or a request that uses an unrecognized request type.</translate>
 
=== <translate>Parameters</translate> ===
 
=== <translate>Parameters</translate> ===
 
'''responseCode''': (string) <translate>response code</translate><br/>
 
'''responseCode''': (string) <translate>response code</translate><br/>
 
'''notificationId''': (string) <translate>id of notification that was confirmed</translate><br/>
 
'''notificationId''': (string) <translate>id of notification that was confirmed</translate><br/>

Revision as of 10:35, 24 August 2018

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

Description

Dispatched when GoogleBilling:confirmNotification function completes with these response codes: GoogleBilling.OK indicates that the request was sent to the server successfully. GoogleBilling.ERROR indicates an unexpected server error. For example, this error is triggered if you try to purchase an item from yourself, which is not allowed by Google Wallet. GoogleBilling.DEVELOPER_ERROR indicates that an application is trying to make an in-app billing request but the application has not declared the com.android.vending.BILLING permission in its manifest. Can also indicate that an application is not properly signed, or that you sent a malformed request, such as a request with missing Bundle keys or a request that uses an unrecognized request type.

Parameters

responseCode: (string) response code
notificationId: (string) id of notification that was confirmed