IsMergeable

fun interface IsMergeable

Implement the interface and set Snabble.isMergeable to make use of the custom ShoppingCart.Item.isMergeable implementation

Functions

Link copied to clipboard
abstract fun isMergeable(item: ShoppingCart.Item, isMergeable: Boolean): Boolean