Package ai.systema.android.listener.wishlist

Types

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