didTransaction

abstract fun didTransaction(transaction: Transaction, products: List<Product>, customAttributes: Map<String, String>)

Called when a transaction is completed.

Parameters

transaction

The Transaction containing details of the completed transaction.

products

A list of Product objects included in the transaction.

customAttributes

A map of additional attributes associated with the transaction.