|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Fields in tv.ouya.console.api declared as OuyaResponseListener | |
---|---|
protected OuyaResponseListener<T> |
RequestRunnable.listener
|
Methods in tv.ouya.console.api with parameters of type OuyaResponseListener | |
---|---|
void |
StoreManager.requestAppDownloadUrl(java.lang.String uuid,
OuyaResponseListener<java.lang.String> listener)
|
void |
StoreManager.requestAppInfo(java.lang.String uuid,
OuyaResponseListener<tv.ouya.console.api.store.AppDetails> listener)
|
void |
StoreManager.requestAppList(OuyaResponseListener<java.util.List<tv.ouya.console.api.store.AppDescription>> listener)
|
void |
StoreManager.requestAppList(java.lang.String category,
OuyaResponseListener<java.util.List<tv.ouya.console.api.store.AppDescription>> listener)
|
void |
StoreManager.requestCreateNewUser(tv.ouya.console.api.UserInfo userInfo,
OuyaResponseListener<java.lang.Void> listener)
|
void |
StoreManager.requestDeregisterConsole(java.lang.String consoleId,
OuyaResponseListener<java.lang.Void> listener)
|
void |
StoreManager.requestDeveloperAppList(OuyaResponseListener<java.util.List<tv.ouya.console.api.store.AppDescription>> listener)
|
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 Purchasable s. |
void |
OuyaFacade.requestPurchase(tv.ouya.console.api.Purchasable purchasable,
OuyaResponseListener<tv.ouya.console.api.Product> 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. |
void |
StoreManager.requestRegisterConsole(OuyaResponseListener<java.lang.Void> listener)
|
void |
StoreManager.requestResendEmail(java.lang.String emailAddress,
OuyaResponseListener<java.lang.Void> listener)
|
void |
StoreManager.requestUpdateUserInfo(tv.ouya.console.api.UserInfo userInfo,
OuyaResponseListener<java.lang.Void> listener)
|
void |
UserManager.requestUserAddsAccount(android.app.Activity activity,
OuyaResponseListener<java.lang.Void> listener)
Takes the user to the "Add OUYA account" screen. |
void |
StoreManager.requestUserInfo(OuyaResponseListener<tv.ouya.console.api.UserInfo> listener)
|
void |
UserManager.requestUsername(java.lang.String consoleId,
OuyaResponseListener<java.lang.String> usernameListener)
Gets the username associated with a console |
Constructors in tv.ouya.console.api with parameters of type OuyaResponseListener | |
---|---|
RequestRunnable(OuyaResponseListener<T> listener,
java.lang.String target)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |