Packagenet.flashplusplus.Snapdragon.InAppStore.events
Classpublic class SDStoreEvent
InheritanceSDStoreEvent Inheritance flash.events.Event

SDStoreEvent is an event object dispatched by app store events.



Public Properties
 PropertyDefined By
  productIdentifier : String
[read-only] Product identifier of the purchased product.
SDStoreEvent
  response : SDResponse
[read-only] Response of the identifier validation.
SDStoreEvent
Public Methods
 MethodDefined By
  
SDStoreEvent(type:String, productIdentifier:String = null, response:SDResponse = null, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor of SDStoreEvent class.
SDStoreEvent
Public Constants
 ConstantDefined By
  PRODUCT_IDENTIFIER_VALIDATION_COMPLETE : String = PRODUCT_IDENTIFIER_VALIDATION_COMPLETE
[static]
SDStoreEvent
  PRODUCT_PURCHASED : String = PRODUCT_PURCHASED
[static]
SDStoreEvent
  PRODUCT_PURCHASE_RESTORED : String = PRODUCT_PURCHASE_RESTORED
[static]
SDStoreEvent
  PRODUCT_PURCHASING : String = PRODUCT_PURCHASING
[static]
SDStoreEvent
  PRODUCT_PURCHASING_FAILED : String = PRODUCT_PURCHASING_FAILED
[static]
SDStoreEvent
Property Detail
productIdentifierproperty
productIdentifier:String  [read-only]

Product identifier of the purchased product.


Implementation
    public function get productIdentifier():String
responseproperty 
response:SDResponse  [read-only]

Response of the identifier validation.


Implementation
    public function get response():SDResponse
Constructor Detail
SDStoreEvent()Constructor
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)
Constant Detail
PRODUCT_IDENTIFIER_VALIDATION_COMPLETEConstant
public static const PRODUCT_IDENTIFIER_VALIDATION_COMPLETE:String = PRODUCT_IDENTIFIER_VALIDATION_COMPLETE

PRODUCT_PURCHASE_RESTOREDConstant 
public static const PRODUCT_PURCHASE_RESTORED:String = PRODUCT_PURCHASE_RESTORED

PRODUCT_PURCHASEDConstant 
public static const PRODUCT_PURCHASED:String = PRODUCT_PURCHASED

PRODUCT_PURCHASINGConstant 
public static const PRODUCT_PURCHASING:String = PRODUCT_PURCHASING

PRODUCT_PURCHASING_FAILEDConstant 
public static const PRODUCT_PURCHASING_FAILED:String = PRODUCT_PURCHASING_FAILED