SDStoreEvent is an event object dispatched by app store events.
productIdentifier:String
[read-only]
Product identifier of the purchased product.
Implementation public function get productIdentifier():String
response:SDResponse
[read-only]
Response of the identifier validation.
Implementation public function get response():SDResponse
public function SDStoreEvent(type:String, productIdentifier:String = null, response:SDResponse = null, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor of SDStoreEvent class.
Parameters | type:String — is the type of the event.
|
|
| productIdentifier:String (default = null )
|
|
| response:SDResponse (default = null )
|
|
| bubbles:Boolean (default = false )
|
|
| cancelable:Boolean (default = false )
|
public static const PRODUCT_IDENTIFIER_VALIDATION_COMPLETE:String = PRODUCT_IDENTIFIER_VALIDATION_COMPLETE
public static const PRODUCT_PURCHASE_RESTORED:String = PRODUCT_PURCHASE_RESTORED
public static const PRODUCT_PURCHASED:String = PRODUCT_PURCHASED
public static const PRODUCT_PURCHASING:String = PRODUCT_PURCHASING
public static const PRODUCT_PURCHASING_FAILED:String = PRODUCT_PURCHASING_FAILED
Tue Apr 15 2014, 10:55 AM +02:00