Difference between revisions of "Event.PURCHASE STATE CHANGE"

From GiderosMobile
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2012.09<br/>
+
<languages />
'''Value:''' purchaseStateChange<br/>
+
'''<translate>Available since</translate>:''' Gideros 2012.09<br/>
=== Description ===
+
'''<translate>Value</translate>:''' purchaseStateChange<br/>
Dispatched when information about a transaction is received with these purchase states:
+
'''<translate>Defined by</translate>:''' [[Special:MyLanguage/GoogleBilling|GoogleBilling]]<br/>
`GoogleBilling.CANCELED` indicates that purchase was canceled
+
=== <translate>Descriptio</translate>n ===
`GoogleBilling.PURCHASED` indicates that item was purchased you can enable it in your app
+
<translate>Dispatched when information about a transaction is received with these purchase states:
`GoogleBilling.REFUNDED` indicates that item previously purchased was refunded, remove purchased item from users app
+
[[Special:MyLanguage/GoogleBilling.CANCELED|GoogleBilling.CANCELED]] indicates that purchase was canceled
`GoogleBilling.EXPIRED` indicates that item previously subscribed is expired, disable any subscription services
+
[[Special:MyLanguage/GoogleBilling.PURCHASED|GoogleBilling.PURCHASED]] indicates that item was purchased you can enable it in your app
=== Parameters ===
+
[[Special:MyLanguage/GoogleBilling.REFUNDED|GoogleBilling.REFUNDED]] indicates that item previously purchased was refunded, remove purchased item from users app
'''purchaseState''': (string) purchase state<br/>
+
[[Special:MyLanguage/GoogleBilling.EXPIRED|GoogleBilling.EXPIRED]] indicates that item previously subscribed is expired, disable any subscription services</translate>
'''productId''': (string) your assigned product id<br/>
+
=== <translate>Parameters</translate> ===
'''notificationId''': (string) id of notification, that you need to confirm<br/>
+
'''purchaseState''': (string) <translate>purchase state</translate><br/>
'''purchaseTime''': (string) time when purchase was made<br/>
+
'''productId''': (string) <translate>your assigned product id</translate><br/>
'''developerPayload''': (string) A developer-specified string that can be specified when you make a purchase request.<br/>
+
'''notificationId''': (string) <translate>id of notification, that you need to confirm</translate><br/>
 +
'''purchaseTime''': (string) <translate>time when purchase was made</translate><br/>
 +
'''developerPayload''': (string) <translate>A developer-specified string that can be specified when you make a purchase request.</translate><br/>

Latest revision as of 10:58, 3 September 2018


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

Description

Dispatched when information about a transaction is received with these purchase states: GoogleBilling.CANCELED indicates that purchase was canceled GoogleBilling.PURCHASED indicates that item was purchased you can enable it in your app GoogleBilling.REFUNDED indicates that item previously purchased was refunded, remove purchased item from users app GoogleBilling.EXPIRED indicates that item previously subscribed is expired, disable any subscription services

Parameters

purchaseState: (string) purchase state
productId: (string) your assigned product id
notificationId: (string) id of notification, that you need to confirm
purchaseTime: (string) time when purchase was made
developerPayload: (string) A developer-specified string that can be specified when you make a purchase request.