prePurchaseRemoveEntityFromFavorite

abstract fun prePurchaseRemoveEntityFromFavorite(abstractEntity: DiscoveryAbstractEntity, completed: (Boolean) -> Unit, context: Context)

Removes an entity from the user's favorites.

Parameters

abstractEntity

The DiscoveryAbstractEntity to remove from favorites.

completed

A callback invoked with a Boolean indicating whether the operation was successful.

context

The Context used for the operation.