Uses of Class
net.robotmedia.billing.ResponseCode

Packages that use ResponseCode
net.robotmedia.billing   
net.robotmedia.billing.helper   
org.solovyev.android.ads   
 

Uses of ResponseCode in net.robotmedia.billing
 

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

Methods in net.robotmedia.billing with parameters of type ResponseCode
 void IBillingObserver.onErrorRestoreTransactions(ResponseCode responseCode)
          Called when a restore transactions request ended with a server error.
 void IBillingObserver.onPurchaseIntentFailure(String productId, ResponseCode responseCode)
          Called when purchase intent was not sent due to billing service error
 void IBillingObserver.onRequestPurchaseResponse(String productId, ResponseCode response)
          Called with the response for the purchase request of the specified item.
 

Uses of ResponseCode in net.robotmedia.billing.helper
 

Methods in net.robotmedia.billing.helper with parameters of type ResponseCode
 void AbstractBillingObserver.onErrorRestoreTransactions(ResponseCode responseCode)
           
 void DefaultBillingObserver.onErrorRestoreTransactions(ResponseCode responseCode)
           
 void DefaultBillingObserver.onPurchaseIntentFailure(String productId, ResponseCode responseCode)
           
 void DefaultBillingObserver.onRequestPurchaseResponse(String productId, ResponseCode response)
           
abstract  void AbstractBillingActivity.onRequestPurchaseResponse(String productId, ResponseCode response)
           
 

Uses of ResponseCode in org.solovyev.android.ads
 

Methods in org.solovyev.android.ads with parameters of type ResponseCode
 void AbstractAdFreePreferenceActivity.onErrorRestoreTransactions(ResponseCode responseCode)
           
 void AbstractAdFreePreferenceActivity.onPurchaseIntentFailure(String productId, ResponseCode responseCode)
           
 void AbstractAdFreePreferenceActivity.onRequestPurchaseResponse(String itemId, ResponseCode response)
           
 



Copyright © 2013. All Rights Reserved.