JtPurchaseEvent
public final class JtPurchaseEvent : AppEvent
Event that tracks and reports in-app purchase related details e.g user selected some item from store, confirmed purchase, added to cart. In case of a successful purchase or subscription justtrack automatically tracks and reports the event so there is no need to generate that event.
init(...)
public init(jtAction: String, jtProductId: String, jtToken: String? = nil, jtProductType: String, count: Double)
init(...)
public init(jtAction: String, jtProductId: String, jtToken: String? = nil, jtProductType: String)