-
public final class InAppPurchaseEvent extends PurchaseEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final StringpriceCurrencyCodeprivate final StringpackageNameprivate final longpriceAmountMicrosprivate final longoriginalPriceAmountMicrosprivate final intquantity
-
Method Summary
Modifier and Type Method Description StringgetPriceCurrencyCode()StringgetPackageName()longgetPriceAmountMicros()longgetOriginalPriceAmountMicros()intgetQuantity()Map<String, Object>toJsonMap()booleanequals(Object o)inthashCode()-
-
Constructor Detail
-
InAppPurchaseEvent
InAppPurchaseEvent(List<String> skus, String purchaseToken, Store store, String priceCurrencyCode, String packageName, long priceAmountMicros, long originalPriceAmountMicros, int quantity)
- Parameters:
skus- List of uniques product identifierpurchaseToken- see getPurchaseTokenstore- see StorepriceCurrencyCode- see getPriceCurrencyCode ()}packageName- see getPackageNamepriceAmountMicros- see getPriceAmountMicros ()}originalPriceAmountMicros- see getOriginalPriceAmountMicrosquantity- see getQuantity
-
-
Method Detail
-
getPriceCurrencyCode
String getPriceCurrencyCode()
-
getPackageName
String getPackageName()
-
getPriceAmountMicros
long getPriceAmountMicros()
-
getOriginalPriceAmountMicros
long getOriginalPriceAmountMicros()
-
getQuantity
int getQuantity()
-
hashCode
int hashCode()
-
-
-
-