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