toggle menu
Gravatar Android SDK
0.3.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.services
/
AvatarService
Avatar
Service
class
AvatarService
(
okHttpClient
:
OkHttpClient
?
=
null
)
Service for managing Gravatar avatars.
Members
Constructors
Avatar
Service
Link copied to clipboard
constructor
(
okHttpClient
:
OkHttpClient
?
=
null
)
Functions
upload
Link copied to clipboard
fun
upload
(
file
:
File
,
email
:
Email
,
accessToken
:
String
,
gravatarUploadListener
:
GravatarListener
<
Unit
,
ErrorType
>
)
Uploads a Gravatar image for the given email address.