Package-level declarations

Types

Link copied to clipboard
class AvatarService(okHttpClient: OkHttpClient? = null)

Service for managing Gravatar avatars.

Link copied to clipboard

Error types for Gravatar image upload

Link copied to clipboard
interface GravatarListener<T, E>

Generic Listener for Gravatar API call

Link copied to clipboard
class ProfileService(okHttpClient: OkHttpClient? = null)

Service for managing Gravatar profiles.

Link copied to clipboard
sealed class Result<T, E>

Class representing the result of a network operation.