toggle menu
Gravatar Android SDK
1.0.0
2.3.1
2.3.0
2.2.0
2.1.0
2.0.1
2.0.0
1.1.0
1.0.0
0.3.0
androidJvm
switch theme
search in API
gravatar
/
com.gravatar.api.models
/
Link
Link
data
class
Link
(
val
label
:
String
,
val
url
:
URI
)
A link the user has added to their profile.
Parameters
label
The label for the link.
url
The URL to the link.
Members
Constructors
Link
Link copied to clipboard
constructor
(
label
:
String
,
url
:
URI
)
Properties
label
Link copied to clipboard
@
SerializedName
(
value
=
"label"
)
val
label
:
String
url
Link copied to clipboard
@
SerializedName
(
value
=
"url"
)
val
url
:
URI