|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttv.ouya.console.api.OuyaPurchaseHelper
public class OuyaPurchaseHelper
Helper for OUYA purchases.
Constructor Summary | |
---|---|
OuyaPurchaseHelper()
|
Method Summary | |
---|---|
static java.lang.String |
getSuspendedPurchase(android.content.Context context)
Get any purchase which has been suspended. |
static void |
suspendPurchase(android.content.Context context,
java.lang.String purchasableId)
Store the details of a purchase so it can be resumed later. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OuyaPurchaseHelper()
Method Detail |
---|
public static final void suspendPurchase(android.content.Context context, java.lang.String purchasableId)
context
- The context in which we're operating.purchasableId
- The ID of the purchasable object to store.public static java.lang.String getSuspendedPurchase(android.content.Context context)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |