Table of Contents

Interface IGravatarGenerator

Namespace
Nova.Avalonia.UI.Controls
Assembly
Nova.Avalonia.UI.dll

Interface for gravatar/identicon generators.

public interface IGravatarGenerator

Methods

GenerateAvatar(string?)

Generates an avatar visual from the given identifier.

object? GenerateAvatar(string? id)

Parameters

id string

The identifier (email, username, etc.) to generate from.

Returns

object

A visual element representing the avatar.