Uses of Class
com.amazon.inapp.purchasing.Item.ItemType

Uses of Item.ItemType in com.amazon.inapp.purchasing
 

Methods in com.amazon.inapp.purchasing that return Item.ItemType
 Item.ItemType Receipt.getItemType()
          Returns the item's type.
 Item.ItemType Item.getItemType()
          Returns the item's type.
static Item.ItemType Item.ItemType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Item.ItemType[] Item.ItemType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.