net.robotmedia.billing.model
Class TransactionManager

java.lang.Object
  extended by net.robotmedia.billing.model.TransactionManager

public class TransactionManager
extends Object


Constructor Summary
TransactionManager()
           
 
Method Summary
static void addTransaction(Transaction transaction)
           
static int countPurchases(String productId)
           
static void dropDatabase(android.content.Context context)
           
static List<Transaction> getTransactions()
           
static List<Transaction> getTransactions(String productId)
           
static boolean isPurchased(String productId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionManager

public TransactionManager()
Method Detail

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.