VerificationPrefs

data class VerificationPrefs(val hideBadges: Boolean? = null)

Preferences for how verified accounts appear in the app.

Constructors

Link copied to clipboard
constructor(hideBadges: Boolean? = null)

Properties

Link copied to clipboard
val hideBadges: Boolean? = null

Hide the blue check badges for verified accounts and trusted verifiers.