| Package | com.myflashlab.air.extensions.billing |
| Class | public class BillingEvent |
| Inheritance | BillingEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| msg : String [read-only] | BillingEvent | ||
| purchase : Purchase [read-only] | BillingEvent | ||
| status : int [read-only] | BillingEvent | ||
| Method | Defined By | ||
|---|---|---|---|
BillingEvent(type:String, $msg:String = null, $status:int = -1, $purchase:Purchase = null) | BillingEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| PARENT_PERMISSION_REQUIRED : String = onParentPermissionRequired [static] | BillingEvent | ||
| PROMO_PURCHASE_FAILED : String = onPromoPurchaseFailed [static] | BillingEvent | ||
| PROMO_PURCHASE_SUCCESS : String = onPromoPurchaseSuccess [static] | BillingEvent | ||
| SERVICE_DISCONNECTED : String = onServiceDisconnected [static] | BillingEvent | ||
| msg | property |
msg:String [read-only] public function get msg():String| purchase | property |
| status | property |
status:int [read-only] public function get status():int| BillingEvent | () | Constructor |
public function BillingEvent(type:String, $msg:String = null, $status:int = -1, $purchase:Purchase = null)type:String | |
$msg:String (default = null) | |
$status:int (default = -1) | |
$purchase:Purchase (default = null) |
| PARENT_PERMISSION_REQUIRED | Constant |
public static const PARENT_PERMISSION_REQUIRED:String = onParentPermissionRequired| PROMO_PURCHASE_FAILED | Constant |
public static const PROMO_PURCHASE_FAILED:String = onPromoPurchaseFailed| PROMO_PURCHASE_SUCCESS | Constant |
public static const PROMO_PURCHASE_SUCCESS:String = onPromoPurchaseSuccess| SERVICE_DISCONNECTED | Constant |
public static const SERVICE_DISCONNECTED:String = onServiceDisconnected