Package | com.myflashlab.air.extensions.billing |
Class | public class FeatureType |
Inheritance | FeatureType Object |
Billing.isFeatureSupported()
method to check if the named featureType is
supported or not. The returned int is either BillingResponse.OK
meaning that the feature is
supported and corresponding error code otherwise.
Constant | Defined By | ||
---|---|---|---|
PRICE_CHANGE_CONFIRMATION : String = priceChangeConfirmation [static] | FeatureType | ||
SUBSCRIPTIONS : String = subscriptions [static] | FeatureType | ||
SUBSCRIPTIONS_UPDATE : String = subscriptionsUpdate [static] | FeatureType |
PRICE_CHANGE_CONFIRMATION | Constant |
public static const PRICE_CHANGE_CONFIRMATION:String = priceChangeConfirmation
SUBSCRIPTIONS | Constant |
public static const SUBSCRIPTIONS:String = subscriptions
SUBSCRIPTIONS_UPDATE | Constant |
public static const SUBSCRIPTIONS_UPDATE:String = subscriptionsUpdate