pre Purchase Add Entity As Favorite
abstract fun prePurchaseAddEntityAsFavorite(isFavoriteForMarketHost: TMMarketDomain, abstractEntity: DiscoveryAbstractEntity, memberInfo: MemberInfo?, cookieHeaders: Map<String, String>, completed: (Boolean) -> Unit, context: Context)
Adds an entity as a favorite for a specific market.
Parameters
is Favorite For Market Host
The TMMarketDomain associated with the favorite action.
abstract Entity
The DiscoveryAbstractEntity to add as a favorite.
member Info
The MemberInfo of the user, or null if not available.
cookie Headers
A map of cookie headers for authentication.
completed
A callback invoked with a Boolean indicating whether the operation was successful.
context
The Context used for the operation.