ProfileSectionVisibility

@JsonClass(generateAdapter = true)
class ProfileSectionVisibility

The visibility of the user's profile sections.

Parameters

hiddenContactInfo

Whether the user's contact info section is hidden.

hiddenLinks

Whether the user's links section is hidden.

hiddenInterests

Whether the user's interests section is hidden.

hiddenWallet

Whether the user's wallet section is hidden.

hiddenPhotos

Whether the user's photo gallery section is hidden.

hiddenVerifiedAccounts

Whether the user's verified accounts section is hidden.

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val hiddenLinks: Boolean? = null
Link copied to clipboard
val hiddenPhotos: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val hiddenWallet: Boolean? = null

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