TMMarketDomain

Represents market domains for the Ticketmaster Discovery API.

This enum defines the supported market domains, each associated with a market name and an optional market ID. Market domains correspond to geographic regions or countries used to configure API requests for specific markets.

Entries

Link copied to clipboard

United States market domain.

Link copied to clipboard

United Kingdom market domain.

Link copied to clipboard

Canada market domain.

Link copied to clipboard

Ireland market domain.

Link copied to clipboard

Australia market domain.

Link copied to clipboard

New Zealand market domain.

Link copied to clipboard

Mexico market domain.

Link copied to clipboard

Belgium market domain.

Link copied to clipboard

Czech Republic market domain.

Link copied to clipboard

Denmark market domain.

Link copied to clipboard

Germany market domain.

Link copied to clipboard

Spain market domain.

Link copied to clipboard

Netherlands market domain.

Link copied to clipboard

Norway market domain.

Link copied to clipboard

Austria market domain.

Link copied to clipboard

Poland market domain.

Link copied to clipboard

South Africa market domain.

Link copied to clipboard

Finland market domain.

Link copied to clipboard

Sweden market domain.

Link copied to clipboard

Switzerland market domain.

Link copied to clipboard

United Arab Emirates market domain.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val marketId: String? = null

The optional ID for the market, if applicable (e.g., a country code or identifier).

Link copied to clipboard

The name of the market (e.g., "United States", "United Kingdom").

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Retrieves the discovery API domain for the market domain.

Link copied to clipboard

Retrieves the discovery host for the market domain.

Link copied to clipboard

Checks if global checkout is allowed for the market domain.

Link copied to clipboard

Checks if the market domain is an MFX market.

Link copied to clipboard

Converts the market domain to a discovery source string.

Link copied to clipboard
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.