vncore / com.venuenext.vncore.protocol / AnalyticsInterface / trackMenuItemSelection

trackMenuItemSelection

abstract fun trackMenuItemSelection(itemId: String, itemName: String, itemCategory: String, variant: String, price: Double): Unit

Track menu item selection via analytics framework.

Parameters

itemId - the itemId string.

itemName - the itemName string.

itemCategory - the itemCategory string.

variant - the variant string.

price - the price double value.