Package-level declarations

Types

Link copied to clipboard

Configuration which will be applied to the about editor.

Link copied to clipboard

AboutEditor result with the updated Profile in the payload.

Link copied to clipboard
value class AboutInputField(val value: String) : Parcelable

Represents a set of fields that can be shown in the "About" section of the QuickEditor.

Link copied to clipboard

Represents the authentication method used for the Gravatar Quick Editor.

Link copied to clipboard

Configuration which will be applied to the avatar picker and about editor.

Link copied to clipboard

Configuration which will be applied to the avatar picker.

Link copied to clipboard

The layout direction of the Avatar picker in the Quick Editor.

Link copied to clipboard

AvatarPicker result.

Link copied to clipboard

Class representing possible dismiss reasons that could close the GravatarQuickEditor

Link copied to clipboard

All non-auth params required to launch the Gravatar Quick Editor

Link copied to clipboard

The color scheme to be used in the Quick Editor.

Link copied to clipboard

Represents a profile editing scope with configuration options for each scope.

Link copied to clipboard

The interface for all Quick Editor result types.

Link copied to clipboard

This callback is invoked whenever the Quick Editor produces a result. The result is represented by a QuickEditorUpdateType instance, which can be one of several variants. Developers should implement this callback to handle the specific result types appropriately.

Functions

Link copied to clipboard

A type-safe builder for the GravatarQuickEditorParams class.