net.robotmedia.billing.model
Class TransactionManager
java.lang.Object
net.robotmedia.billing.model.TransactionManager
public class TransactionManager
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionManager
public TransactionManager()
dropDatabase
public static void dropDatabase(@Nonnull
android.content.Context context)
addTransaction
public static void addTransaction(@Nonnull
Transaction transaction)
isPurchased
public static boolean isPurchased(@Nonnull
String productId)
countPurchases
public static int countPurchases(@Nonnull
String productId)
getTransactions
@Nonnull
public static List<Transaction> getTransactions()
getTransactions
@Nonnull
public static List<Transaction> getTransactions(@Nonnull
String productId)
Copyright © 2013. All Rights Reserved.