ProfileView

data class ProfileView(val did: Did, val handle: Handle, val displayName: String? = null, val pronouns: String? = null, val description: String? = null, val avatar: Uri? = null, val associated: ProfileAssociated? = null, val indexedAt: Timestamp? = null, val createdAt: Timestamp? = null, val viewer: ViewerState? = null, val labels: List<Label>? = null, val verification: VerificationState? = null, val status: StatusView? = null, val debug: JsonContent? = null)

Parameters

debug

Debug information for internal development

Constructors

Link copied to clipboard
constructor(did: Did, handle: Handle, displayName: String? = null, pronouns: String? = null, description: String? = null, avatar: Uri? = null, associated: ProfileAssociated? = null, indexedAt: Timestamp? = null, createdAt: Timestamp? = null, viewer: ViewerState? = null, labels: List<Label>? = null, verification: VerificationState? = null, status: StatusView? = null, debug: JsonContent? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val avatar: Uri?
Link copied to clipboard
Link copied to clipboard

Debug information for internal development

Link copied to clipboard
Link copied to clipboard
val did: Did
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard