vnanalytics / com.venuenext.vnanalytics.firebase / FirebaseAnalytics / trackPurchase

trackPurchase

fun trackPurchase(items: ArrayList<Bundle>, transactionId: String, affiliation: String, value: Double, tax: Double, shipping: Double): Unit

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.