Hydra core
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Hydra core
Hydra core
/
knf.hydra.core.models
/
InfoModel
/
ProfileData
Profile
Data
data
class
ProfileData
(
val
name
:
String
?
=
null
,
val
link
:
String
?
=
null
,
val
image
:
String
?
=
null
,
val
subText
:
String
?
=
null
)
:
Parcelable
Represents a profile data
Members
Constructors
Profile
Data
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
link
:
String
?
=
null
,
image
:
String
?
=
null
,
subText
:
String
?
=
null
)
Properties
image
Link copied to clipboard
val
image
:
String
?
=
null
Profile image
link
Link copied to clipboard
val
link
:
String
?
=
null
Profile link
name
Link copied to clipboard
val
name
:
String
?
=
null
Profile name
sub
Text
Link copied to clipboard
val
subText
:
String
?
=
null
Profile subtext