Skip to main content

bfgpurchase.PublicInventory Interface

Inventory Interface used by the Google Inventory class. More...

Public Member Functions

List< String > getAllOwnedSkus ()
 Returns a list of all owned product IDs.
 
List< String > getAllOwnedSkus (String itemType)
 Returns a list of all owned product IDs of a given type.
 
List< PurchasegetAllPurchases ()
 Returns a list of all purchases.
 
Purchase getPurchase (String sku)
 Returns purchase information for a given product, or null if there is no purchase.
 
SkuDetails getSkuDetails (String sku)
 Returns the listing details for an in-app product.
 
Set< String > getSkuDetailsKeySet ()
 Returns a Set of Strings that have listing details for in-app products.
 
boolean hasDetails (String sku)
 Returns whether or not details about the given product are available.
 
boolean hasPurchase (String sku)
 Returns whether or not there exists a purchase of the given product.
 

Detailed Description

Inventory Interface used by the Google Inventory class.