AvatarUrl

constructor(hash: Hash, avatarQueryOptions: AvatarQueryOptions? = null)

Create an avatar URL from a Gravatar hash.

Parameters

hash

Gravatar hash

avatarQueryOptions

Avatar query options


constructor(email: Email, avatarQueryOptions: AvatarQueryOptions? = null)

Create an avatar URL from an email address.

Parameters

email

Email address

avatarQueryOptions

Avatar query options


constructor(url: URL, avatarQueryOptions: AvatarQueryOptions? = null)

Create an avatar URL from an existing Gravatar URL.

Parameters

url

Gravatar URL

avatarQueryOptions

Avatar query options