Package ai. systema. android. listener. cart
Types
Add To Cart Listener
Link copied to clipboard
class AddToCartListener(systema: SystemaAI, getItems: () -> List<CartItem>, tagMapping: Map<String, Int>, dispatcher: CoroutineDispatcher, callback: (Result<HttpResponse>) -> Unit) : View.OnClickListener
Content copied to clipboard
Remove From Cart Listener
Link copied to clipboard
class RemoveFromCartListener(systema: SystemaAI, getItem: () -> CartItem, tagMapping: Map<String, Int>, dispatcher: CoroutineDispatcher, callback: (Result<HttpResponse>) -> Unit) : View.OnClickListener
Content copied to clipboard