Uses of Interface
tv.ouya.console.api.OuyaResponseListener

Uses of OuyaResponseListener in tv.ouya.console.api
 

Classes in tv.ouya.console.api that implement OuyaResponseListener
 class CancelIgnoringOuyaResponseListener<T>
          Utility base class for listeners that don't expect to receive cancel notifications or which don't have to do anything if the user clicks "Cancel." This class implements an empty onCancel() method so that you don't have to litter your code with onCancel() methods that will never be called.
 

Methods in tv.ouya.console.api with parameters of type OuyaResponseListener
static boolean OuyaAuthenticationHelper.handleError(android.app.Activity activity, int errorCode, java.lang.String errorMessage, android.os.Bundle bundle, int authActivityId, OuyaResponseListener<java.lang.Void> listener)
          Handle an error from the server.
 void OuyaFacade.requestGamerUuid(OuyaResponseListener<java.lang.String> gamerUuidListener)
          Requests the current gamer's UUID.
 void OuyaFacade.requestProductList(java.util.List<tv.ouya.console.api.Purchasable> purchasables, OuyaResponseListener<java.util.ArrayList<tv.ouya.console.api.Product>> productListListener)
          Returns a list of Product objects that describe the products (including current price) associated with the specified list of Purchasables.
 void OuyaFacade.requestPurchase(tv.ouya.console.api.Purchasable purchasable, OuyaResponseListener<java.lang.String> purchaseListener)
          Requests that the specified Purchasable be purchased on behalf of the current user.
 void OuyaFacade.requestReceipts(OuyaResponseListener<java.lang.String> receiptListListener)
          Requests receipts for all of the purchases that the current gamer has made from a particular vendor.
 



Copyright © 2012 OUYA, Inc. All Rights Reserved.