Uses of Class
net.robotmedia.billing.model.Transaction.PurchaseState

Packages that use Transaction.PurchaseState
net.robotmedia.billing   
net.robotmedia.billing.helper   
net.robotmedia.billing.model   
org.solovyev.android.ads   
 

Uses of Transaction.PurchaseState in net.robotmedia.billing
 

Methods in net.robotmedia.billing with parameters of type Transaction.PurchaseState
 void IBillingObserver.onPurchaseStateChanged(String productId, Transaction.PurchaseState state)
          Called when the specified item is purchased, cancelled or refunded.
 

Uses of Transaction.PurchaseState in net.robotmedia.billing.helper
 

Methods in net.robotmedia.billing.helper with parameters of type Transaction.PurchaseState
 void DefaultBillingObserver.onPurchaseStateChanged(String productId, Transaction.PurchaseState state)
           
abstract  void AbstractBillingActivity.onPurchaseStateChanged(String productId, Transaction.PurchaseState state)
           
 

Uses of Transaction.PurchaseState in net.robotmedia.billing.model
 

Fields in net.robotmedia.billing.model declared as Transaction.PurchaseState
 Transaction.PurchaseState Transaction.purchaseState
           
 

Methods in net.robotmedia.billing.model that return Transaction.PurchaseState
static Transaction.PurchaseState Transaction.PurchaseState.valueOf(int id)
           
static Transaction.PurchaseState Transaction.PurchaseState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Transaction.PurchaseState[] Transaction.PurchaseState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.robotmedia.billing.model with parameters of type Transaction.PurchaseState
Transaction(String orderId, String productId, String packageName, Transaction.PurchaseState purchaseState, String notificationId, long purchaseTime, String developerPayload)
           
 

Uses of Transaction.PurchaseState in org.solovyev.android.ads
 

Methods in org.solovyev.android.ads with parameters of type Transaction.PurchaseState
 void AbstractAdFreePreferenceActivity.onPurchaseStateChanged(String itemId, Transaction.PurchaseState state)
           
 



Copyright © 2013. All Rights Reserved.