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