Package ai.systema.android.listener.cart

Types

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