Ticketmaster Discovery API
Toggle table of contents
3.7.2
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Ticketmaster Discovery API
Ticketmaster Discovery API
/
com.ticketmaster.discoveryapi.models
/
DiscoveryReference
Discovery
Reference
data
class
DiscoveryReference
(
val
usHostId
:
String
?
,
val
ukHostId
:
String
?
,
val
mfxHostId
:
String
?
)
:
Parcelable
Members
Constructors
Discovery
Reference
Link copied to clipboard
constructor
(
usHostId
:
String
?
,
ukHostId
:
String
?
,
mfxHostId
:
String
?
)
Properties
mfx
Host
Id
Link copied to clipboard
val
mfxHostId
:
String
?
uk
Host
Id
Link copied to clipboard
val
ukHostId
:
String
?
us
Host
Id
Link copied to clipboard
val
usHostId
:
String
?
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)