Package-level declarations
This package contains the main classes of the Gravatar SDK.
Types
Link copied to clipboard
data class AvatarQueryOptions(val preferredSize: Int? = null, val defaultAvatarOption: DefaultAvatarOption? = null, val rating: ImageRating? = null, val forceDefaultAvatar: Boolean? = null)
Data class that represents the query options for an avatar.
Link copied to clipboard
The default avatar image to use when the user does not have a Gravatar image.
Link copied to clipboard
Gravatar allows users to self-rate their images so that they can indicate if an image is appropriate for a certain audience. By default, only ‘General’ rated images are displayed unless you indicate that you would like to see higher ratings.
Link copied to clipboard
Represents a Gravatar profile URL.