VerifiedAccount

@JsonClass(generateAdapter = true)
class VerifiedAccount

A verified account on a user's profile.

Parameters

serviceType

The type of the service.

serviceLabel

The name of the service.

serviceIcon

The URL to the service's icon.

url

The URL to the user's profile on the service.

isHidden

Whether the verified account is hidden from the user's profile.

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: URI

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