Package-level declarations
Types
Link copied to clipboard
Represents a collection of supported URLs for the prepurchase flow.
Link copied to clipboard
Represents geographic coordinates with latitude and longitude.
Link copied to clipboard
data class CoordinatesWithMarketDomain(val latitude: Double, val longitude: Double, val marketDomain: TMMarketDomain?) : Coordinates
Represents geographic coordinates with an associated market domain.
Link copied to clipboard
Represents the number of page loads required for different states in the discovery web view.
Link copied to clipboard
Represents details of an event in the prepurchase flow.
Link copied to clipboard
Link copied to clipboard
Represents a search suggestion in the prepurchase flow.
Link copied to clipboard
Represents a supported URL configuration for the prepurchase flow.
Link copied to clipboard
data class TMPrePurchaseDropDownItem(val country: String, val icon: Int, val marketDomain: TMMarketDomain) : Parcelable
Represents an item in a dropdown menu for selecting a market in the prepurchase flow.