TMPrePurchaseWebsiteConfiguration

constructor(abstractEntity: DiscoveryAbstractEntity? = null, hostType: TMMarketDomain, showShareToolbarButton: Boolean = false, brandName: String? = null, discreteId: String? = null, cameFromCode: String? = null, showSearchToolbarButton: Boolean = false, memberInfo: MemberInfo? = null, deepLinkPath: String? = null, subChannelId: String? = null, originId: String? = null, originIdParamName: String? = null)

Creates a prepurchase configuration.

Parameters

abstractEntity

The DiscoveryAbstractEntity, or null if not set.

hostType

The TMMarketDomain for the event's area.

showShareToolbarButton

Whether to show the share button.

brandName

The brand name for styling, or null if not set.

discreteId

Password for ticket types, or null if not set.

cameFromCode

Campaign code, or null if not set.

showSearchToolbarButton

Whether to show the search button.

memberInfo

The MemberInfo, or null if not set.

deepLinkPath

The deep link path, or null if not set.

subChannelId

ID to lock EDP elements, or null if not set.

originId

ID to lock EDP elements, or null if not set.

originIdParamName

Parameter name for origin ID, or null.


constructor(abstractEntity: DiscoveryAbstractEntity? = null, hostType: TMMarketDomain, showShearchToolbarButton: Boolean = false, showFavoriteToolbarButton: Boolean = false, showShareToolbarButton: Boolean = false, additionalURLParameters: Map<String, String>, internalTestingKeys: Map<String, String>, brandName: String? = null, discreteId: String? = null, originId: String? = null, originIdParamName: String? = null, subChannelId: String? = null, cameFromCode: String? = null, memberInfo: MemberInfo? = null, deepLinkPath: String? = null)

Parameters

abstractEntity

The DiscoveryAbstractEntity for the content, or null.

hostType

The TMMarketDomain for the event's geographical area.

showShearchToolbarButton

Whether to show the search button in the navbar.

showFavoriteToolbarButton

Whether to show the favorite button in the navbar.

showShareToolbarButton

Whether to show the share button in the navbar.

additionalURLParameters

Custom URL parameters to be URL-encoded.

internalTestingKeys

Internal Ticketmaster keys, not to be modified.

brandName

The brand name for styling web content, or null if not set.

discreteId

Password to expose hidden ticket types, or null if not set.

originId

ID to lock or hide EDP elements, or null if not set.

originIdParamName

Parameter name for origin ID, or null if not set.

subChannelId

ID to lock or hide EDP elements, or null if not set.

cameFromCode

Marketing campaign code for tracking, or null if not set.

memberInfo

The MemberInfo for the user, or null if not set.

deepLinkPath

The deep link path for navigation, or null if not set.