vncore / com.venuenext.vncore.protocol / AnalyticsInterface / trackPurchase
trackPurchase
abstract fun trackPurchase(items: ArrayList<Bundle>, transactionId: String, affiliation: String, value: Double, tax: Double, shipping: Double): Unit
Deprecated: For parity in analytics reporting between iOS and Android, this function is no longer being used to track purchases.
Track purchase via analytics framework.
Parameters
items
- the items Bundle list.
transactionId
- the variant string.
affiliation
- the variant string.
value
- the price double value.
tax
- the price double value.
shipping
- the price double value.