Package ai.systema.android.listener.cart

Types

Link copied to clipboard
class AddToCartListener(    systema: SystemaAI,     getItems: () -> List<CartItem>,     tagMapping: Map<String, Int>,     dispatcher: CoroutineDispatcher = Dispatchers.IO,     callback: (Result<HttpResponse>) -> Unit) : View.OnClickListener
Link copied to clipboard
class RemoveFromCartListener(    systema: SystemaAI,     getItem: () -> CartItem,     tagMapping: Map<String, Int>,     dispatcher: CoroutineDispatcher = Dispatchers.IO,     callback: (Result<HttpResponse>) -> Unit) : View.OnClickListener