Package 

Class SubscriptionPurchaseEvent

    • Method Summary

      Modifier and Type Method Description
      Map<String, Object> toJsonMap()
      • Methods inherited from class com.appsflyer.api.PurchaseEvent

        equals, getPurchaseToken, getSkuType, getSkus, getStore, hashCode
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SubscriptionPurchaseEvent

        SubscriptionPurchaseEvent(List<String> skus, String purchaseToken, Store store)
        Parameters:
        skus - List of uniques product identifier
        purchaseToken - see getPurchaseToken
        store - see Store