Portal Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Portal Android SDK
Portal Android SDK
/
io.portalhq.android.api.data.yieldxyz
/
YieldXyzProvider
Yield
Xyz
Provider
data
class
YieldXyzProvider
(
val
name
:
String
?
=
null
,
val
uniqueId
:
String
?
=
null
,
val
website
:
String
?
=
null
,
val
rank
:
Int
?
=
null
,
val
preferred
:
Boolean
?
=
null
)
A yield/validator provider.
Members
Constructors
Yield
Xyz
Provider
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
uniqueId
:
String
?
=
null
,
website
:
String
?
=
null
,
rank
:
Int
?
=
null
,
preferred
:
Boolean
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
preferred
Link copied to clipboard
val
preferred
:
Boolean
?
=
null
rank
Link copied to clipboard
val
rank
:
Int
?
=
null
unique
Id
Link copied to clipboard
val
uniqueId
:
String
?
=
null
website
Link copied to clipboard
val
website
:
String
?
=
null