TMPrePurchaseDropDownItem

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.

Parameters

country

The name of the country associated with the dropdown item.

icon

The resource ID of the icon associated with the dropdown item.

marketDomain

The TMMarketDomain representing the market associated with the dropdown item.

Constructors

Link copied to clipboard
constructor(country: String, icon: Int, marketDomain: TMMarketDomain)

Properties

Link copied to clipboard
Link copied to clipboard
val icon: Int
Link copied to clipboard
val marketDomain: TMMarketDomain

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)