ProfileUrl

class ProfileUrl(val hash: Hash)

Represents a Gravatar profile URL.

Constructors

Link copied to clipboard
constructor(email: Email)
constructor(hash: Hash)

Properties

Link copied to clipboard
val hash: Hash

The hash of the email address.

Link copied to clipboard
val url: URL

The URL of the profile.

Functions

Link copied to clipboard

Get the AvatarUrl for the represented profile.