AboutEditorResult

AboutEditor result with the updated Profile in the payload.

This result type is used when the user edits their "About Me" section. It contains the updated Profile object, which should be used to update the user's profile information in the application.

Constructors

Link copied to clipboard
constructor(profile: Profile)

Properties

Link copied to clipboard

The updated Profile object.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String